Returns the UTF 32-bit charcode that represents the letter in the input
string.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 87.0.0.0
Syntax
Parameters
- input
- Type: System String
The string to convert to character codes.
Return Value
Type: Int32Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown if the string maps to more than a single character code. |
| ArgumentNullException | Thrown if input is null. |
See Also