ImageGear .NET - Updated
ConvertCodePageToUnicode Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecOutputManager Class : ConvertCodePageToUnicode Method
Character (Code Page value) to be converted to Unicode.
Converts character from Code Page to Unicode.
Syntax
'Declaration
 
Public Function ConvertCodePageToUnicode( _
   ByVal value As Byte _
) As Char
'Usage
 
Dim instance As ImGearRecOutputManager
Dim value As Byte
Dim value As Char
 
value = instance.ConvertCodePageToUnicode(value)
public char ConvertCodePageToUnicode( 
   byte value
)
public: char ConvertCodePageToUnicode( 
   byte value
) 
public:
char ConvertCodePageToUnicode( 
   byte value
) 

Parameters

value
Character (Code Page value) to be converted to Unicode.

Return Value

Unicode string.
Remarks
Converts a character from the current, single-byte Code Page (specified by CodePage property) to Unicode.
See Also

Reference

ImGearRecOutputManager Class
ImGearRecOutputManager Members