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
instance for AI 8003 a zero pad character should be included as the first character
of the
parameter.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic Gs1Ai(
string aiNumber,
string value
)
Parameters
- aiNumber String
-
- value String
-
ExceptionsException | Condition |
---|
Gs1Exception | if the AI number is invalid, or the specified value has illegal syntax
for the specified AI number
@since 1.0 |
See Also