Converts a char to byte.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static byte ToByte(
char c
)
Public Shared Function ToByte (
c As Char
) As Byte
public:
static unsigned char ToByte(
wchar_t c
)
static member ToByte :
c : char -> byte
Parameters
- c
- Type: SystemChar
The character.
Return Value
Type:
Byte
The byte value.
See Also