Returns a string which represents this CogOCRMaxSwapCharSet.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Parameters
- delimiter
- Type: System String
A string used to represent the demarcation between CogOCRMaxSwaps in the CogOCRMaxSwapCharSet
Return Value
Type: StringExceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | Thrown if the object is disposed. |
| ArgumentNullException | Thrown if delimiter is null. |
Remarks
This override will substitute a custom string for the delimiter.
See Also