CogOCRMaxClassifierLineResult GetString Method (String)Cognex VisionPro 9.10
Returns a string which represents this CogOCRMaxClassifierLineResult.

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

public string GetString(
	string unknownCharacterMarker
)

Parameters

unknownCharacterMarker
Type: System String
A string to use in place if the Uknown character code.

Return Value

Type: String
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if the object is disposed.
ArgumentNullException Thrown if unknownCharacterMarker is null.
ArgumentException Thrown if unknownCharacterMarker is the empty string.
InvalidOperationException Thrown if the line result contains a null position result.
Remarks

This override will substitute a custom string for the Unknown character code.

See Also