VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.GS1 Namespace / GS1ApplicationIdentifiers Class / IndexOfApplicationIdentifier(String) Method
Syntax Requirements SeeAlso
In This Topic
IndexOfApplicationIdentifier(String) Method (GS1ApplicationIdentifiers)
In This Topic
Searches for the specified application identifier and returns the index in the ApplicationIdentifiers array.
Syntax
'Declaration

Public Shared Function IndexOfApplicationIdentifier( _
ByVal aiNumber
Application identifier number.
As String _
) As Integer
public static int IndexOfApplicationIdentifier(
string aiNumber
)

Parameters

aiNumber
Application identifier number.

Return Value

Index in ApplicationIdentifiers array if application identifier with specified number exists, otherwise -1.
Requirements

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

See Also