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

SupportClass.ToCharArray Method (Byte[])

Converts an array of bytes to an array of chars

public static char[] ToCharArray(
   byte[] byteArray
);

Parameters

byteArray
The array of bytes to convert

Return Value

The new array of chars

See Also

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