VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.GS1 Namespace / GS1Codec Class / GetPrintableValue(GS1ApplicationIdentifierValue[]) Method
Syntax Requirements SeeAlso
In This Topic
    GetPrintableValue(GS1ApplicationIdentifierValue[]) Method (GS1Codec)
    In This Topic
    Gets the printable value of GS1 value.
    Syntax
    'Declaration
    
    Public Shared Function GetPrintableValue( _
    ByVal aiValues
    The GS1 value.
    () As GS1ApplicationIdentifierValue _
    ) As String
    public static string GetPrintableValue(
    GS1ApplicationIdentifierValue[] aiValues
    )
    public: static string* GetPrintableValue(
    GS1ApplicationIdentifierValue*[]* aiValues
    )
    public:
    static string^ GetPrintableValue(
    array<GS1ApplicationIdentifierValue^>^ aiValues
    )

    Parameters

    aiValues
    The GS1 value.

    Return Value

    Printable GS1 value.
    Requirements

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

    See Also