Click or drag to resize

Gs1ElementStringBarCodeCharacters Property

Returns the string of characters representing this GS1 element string as it would be represented within a bar code. Each AI is represented by the AI number (with no parentheses) followed by the value. Fixed-length AIs come before variable-length AIs, and each variable-length AI except the last is followed by a GS separator character (the character whose code is 29 decimal).

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public virtual string BarCodeCharacters { get; }

Property Value

String
See Also