Returns an array of UTF 32-bit character codes that represent the input
string.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Parameters
- input
- Type: System String
The string to convert to character codes.
Return Value
Type: Int32Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if input is null. |
See Also