CogOCRMaxFieldingLineResult GetString Method (String)Cognex VisionPro
Returns a string which represents this result.

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

public string GetString(
	string unknownCharacterMarker
)

Parameters

unknownCharacterMarker
Type: System String
A string which is used to represent the special unknown character code in the returned string.

Return Value

Type: String
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if the object is disposed.
ArgumentNullException Thrown if unknownCharacterMarker is null.
Remarks

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

See Also