VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.GS1 Namespace / GS1ApplicationIdentifiers Class / CreateApplicationIdentifier(String,String) Method
Syntax Requirements SeeAlso
In This Topic
CreateApplicationIdentifier(String,String) Method (GS1ApplicationIdentifiers)
In This Topic
Creates the application identifier value from sepecified key and value.
Syntax
'Declaration

Public Shared Function CreateApplicationIdentifier( _
ByVal aiKey
The Application Identifier key.
As String, _
ByVal aiValue
The Application Identifier value.
As String _
) As GS1ApplicationIdentifierValue
public static GS1ApplicationIdentifierValue CreateApplicationIdentifier(
string aiKey,
string aiValue
)

Parameters

aiKey
The Application Identifier key.
aiValue
The Application Identifier value.

Return Value

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