API Reference
Struct
Gs1Element
Represents a GS1 element (AI + data) with explicit length semantics.
Inheritance
- ValueType
- Gs1Element
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method Gs1Element.Fixed
- Method Gs1Element.Variable
Accepted by parameters
- Method Gs1.ElementString
- Method Gs1.Encode128
Methods
public static Gs1Element Fixed(String ai, String data) #Returns:
Gs1ElementCreates a fixed-length GS1 element.
Parameters
- ai System.String
- data System.String
public static Gs1Element Variable(String ai, String data) #Returns:
Gs1ElementCreates a variable-length GS1 element.
Parameters
- ai System.String
- data System.String
Inherited Methods
Properties
public Boolean IsVariableLength { get; } #Indicates whether the element is variable length.