IndexOfApplicationIdentifier(String) Method (GS1ApplicationIdentifiers)
Searches for the specified application identifier and returns the index in the
ApplicationIdentifiers array.
'Declaration
Public Shared Function IndexOfApplicationIdentifier( _
ByVal As String _
) As Integer
public static int IndexOfApplicationIdentifier(
string
)
public: static int IndexOfApplicationIdentifier(
string*
)
public:
static int IndexOfApplicationIdentifier(
string^
)
Parameters
- aiNumber
- Application identifier number.
Return Value
Index in
ApplicationIdentifiers array if application identifier with specified number exists, otherwise
-1.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5