Returns the String representation of the UTF 32-bit character codes.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax
Parameters
- charCodes
- Type: System Int32
The UTF-32 character codes to map to a String.
- unknownCharacterMarker
- Type: System String
A String to insert in place of any 'unknown' character code values (0xF800) that occur in charCodes.
Return Value
Type: StringExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if if unknownCharacterMarker is null or empty. |
| ArgumentNullException | Thrown if charCodes is null. Thrown if unknownCharacterMarker is null. |
| ArgumentException | Thrown if unknownCharacterMarker is the empty string. |
See Also