Click or drag to resize
UtilityToByte Method
Converts a char to byte.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static byte ToByte(
	char c
)

Parameters

c
Type: SystemChar
The character.

Return Value

Type: Byte
The byte value.
See Also