Skip to main content
All docs
V25.1
  • EPCDataConverter.Validate(out String) Method

    Validates data elements for the EPC QR Code.

    Namespace: DevExpress.XtraPrinting.BarCode.EPC

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public bool Validate(
        out string error
    )

    Parameters

    Name Type Description
    error String

    An error message shown if the validation fails.

    Returns

    Type Description
    Boolean

    true if the validation succeeded; otherwise, `false``.

    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