OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.ToCharArray Method (SByte[])

Converts an array of sbytes to an array of chars

public static char[] ToCharArray(
   sbyte[] sByteArray
);

Parameters

sByteArray
The array of sbytes to convert

Return Value

The new array of chars

See Also

SupportClass Class | (global) Namespace | SupportClass.ToCharArray Overload List