Click or drag to resize
EcrTranslatorConvertByteToCp1251String Method
Converts byte to cp1251 string

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

Parameters

b
Type: SystemByte
Byte to be converted

Return Value

Type: String
Converted byte to cp1251 string
See Also