Click or drag to resize
EcrTranslatorConvertByteArrayToCp1251String Method
Converts byte array to cp1251 string

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

Parameters

b
Type: SystemByte
Bytes to be converted

Return Value

Type: String
Converted cp1251 string
See Also