CodePagesConvertUnicodeToCodePage Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic void ConvertUnicodeToCodePage(
char unicode,
out byte[] chars
)
Public Sub ConvertUnicodeToCodePage (
unicode As Char,
<OutAttribute> ByRef chars As Byte()
)
public:
void ConvertUnicodeToCodePage(
wchar_t unicode,
[OutAttribute] array<unsigned char>^% chars
)
Parameters
- unicode
- Type: SystemChar
- chars
- Type: SystemByte
See Also