Returns a value indicating whether the specified text is valid for a specific barcode type. In case of an invalid text, an exception message is saved into the specified string.
public static bool IsTextValid(TXTextControl.Barcode.BarcodeType barcodeType, string text, out string errorMessage);Public Shared Function IsTextValid(ByVal barcodeType As TXTextControl.Barcode.BarcodeType, ByVal text As String, ByRef errorMessage As String) As Boolean| Parameter | Description |
|---|---|
| barcode |
Specifies the barcode type whose text is checked. |
| text | Specifies the text to check. |
| error |
Specifies the string, an appropriate exception message is saved to, if the checked text is not valid for a specific barcode type. |
True, if the specified text is valid for a specific barcode type. Otherwise false.