VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.GS1 Namespace / GS1Codec Class / Decode(String) Method
Syntax Example Requirements SeeAlso
In This Topic
    Decode(String) Method (GS1Codec)
    In This Topic
    Decodes GS1 barcode value into array of GS1ApplicationIdentifierValue values.
    Syntax
    'Declaration
    
    Public Shared Function Decode( _
    ByVal barcodeValue
    GS1 barcode value.
    As String _
    ) As GS1ApplicationIdentifierValue[]

    Parameters

    barcodeValue
    GS1 barcode value.

    Return Value

    Example

    Please see example here.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also