VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.GS1 Namespace / GS1ApplicationIdentifiers Class / FindApplicationIdentifier(String) Method
Syntax Requirements SeeAlso
In This Topic
    FindApplicationIdentifier(String) Method (GS1ApplicationIdentifiers)
    In This Topic
    Searches for an application identifier at specified number.
    Syntax
    'Declaration
    
    Public Shared Function FindApplicationIdentifier( _
    ByVal aiNumber
    Application identifier number.
    As String _
    ) As GS1ApplicationIdentifier
    public static GS1ApplicationIdentifier FindApplicationIdentifier(
    string aiNumber
    )
    public: static GS1ApplicationIdentifier* FindApplicationIdentifier(
    string* aiNumber
    )
    public:
    static GS1ApplicationIdentifier^ FindApplicationIdentifier(
    string^ aiNumber
    )

    Parameters

    aiNumber
    Application identifier number.

    Return Value

    GS1ApplicationIdentifier instance if application identifier with specified number exists, otherwise null.
    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