SupportClassToByteArray Method MediaSuite 3.1.1889.0
Converts a string to an array of bytes

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

public static byte[] ToByteArray(
	string sourceString
)

Parameters

sourceString
Type: SystemString
The string to be converted

Return Value

Type: Byte
The new array of bytes
See Also

Reference