EPCDataConverter.Validate(out String) Method
Validates data elements for the EPC QR Code.
Namespace: DevExpress.XtraPrinting.BarCode.EPC
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
error | String | An error message shown if the validation fails. |
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
EPC QR Codes require you to specify data in a certain format. For more information, refer to the following European Payments Council guideline: Guidelines to Enable the Data Capture for the Initiation of a SEPA Credit Transfer.
See Also