CogOCRMaxChar GetCharCodesFromString Method (String)Cognex VisionPro 9.5
Returns an array of UTF 32-bit character codes that represent the input string.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax

public static int[] GetCharCodesFromString(
	string input
)

Parameters

input
Type: System String
The string to convert to character codes.

Return Value

Type:  Int32 
Exceptions

ExceptionCondition
ArgumentNullException Thrown if input is null.
See Also