ImageGear .NET - Updated
ConvertUnicodeToCodePage Method




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

Parameters

value
Unicode character to be converted to the current Code Page.

Return Value

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

Reference

ImGearRecOutputManager Class
ImGearRecOutputManager Members