| EcrTranslatorConvertCp1251CharToByte Method |
Converts cp1251 char to single byte
Namespace: Accent.EcrAssembly: ecr (in ecr.dll) Version: 1.0.6036.18111
Syntaxpublic static byte ConvertCp1251CharToByte(
char c
)
Public Shared Function ConvertCp1251CharToByte (
c As Char
) As Byte
public:
static unsigned char ConvertCp1251CharToByte(
wchar_t c
)
static member ConvertCp1251CharToByte :
c : char -> byte
Parameters
- c
- Type: SystemChar
Char to be converted
Return Value
Type:
ByteConverted char to byte
See Also