Click or drag to resize
EcrTranslatorConvertCp1251ToCyrillicByteArray Method
Converts Cp1251 string to cyrillic byte array

Namespace: Accent.Ecr
Assembly: ecr (in ecr.dll) Version: 1.0.6036.18111
Syntax
public static byte[] ConvertCp1251ToCyrillicByteArray(
	string text
)

Parameters

text
Type: SystemString
String to be converted

Return Value

Type: Byte
Converted cp1251 string to cyrillic byte array
See Also