Click or drag to resize

Gs1ElementStringFromAis Method

Constructs a Gs1ElementString instance from the specified AIs.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public static Gs1ElementString FromAis(
	Gs1Ai[] ais
)

Parameters

ais  Gs1Ai
 

Return Value

Gs1ElementString
Exceptions
ExceptionCondition
Gs1Exception If any AI is unknown, or any AI is repeated, or the syntax of the AI value is not appropriate for that AI.
See Also