CogOCRMaxFieldingLineResult GetString Method Cognex VisionPro 9.24
Returns a string which represents this result.

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

public string GetString()

Return Value

Type: String
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if the object is disposed.
Remarks

This override will substitute a question mark ("?") for the Unknown character code.

See Also