Click or drag to resize

Gs1Ai Constructor

Constructs a GS1 AI having the specified AI number and value.

Note that the GS1 Element String for the Global Returnable Asset Identifier (GRAI, AI 8003) includes a zero pad digit as the first character following the AI number, and so when constructing a

C#
Gs1Ai
instance for AI 8003 a zero pad character should be included as the first character of the
C#
value
parameter.


Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public Gs1Ai(
	string aiNumber,
	string value
)

Parameters

aiNumber  String
 
value  String
 
Exceptions
ExceptionCondition
Gs1Exception if the AI number is invalid, or the specified value has illegal syntax for the specified AI number @since 1.0
See Also