SupportClassToCharArray Method MediaSuite 3.1.1889.0
Converts an array of bytes to an array of chars

Namespace: StreamCoders.Container.Compression.Libs.zlib
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax

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

Parameters

byteArray
Type: SystemByte
The array of bytes to convert

Return Value

Type: Char
The new array of chars
See Also

Reference