EpcEncoder.GS1 Field

TegoOS

EpcEncoderGS1 Field
Regular expression for the GS1 alphabet

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
protected const string GS1 = "^[!"%-?A-Z_a-z]+$"
Protected Const GS1 As String = "^[!"%-?A-Z_a-z]+$"
protected:
literal String^ GS1 = "^[!"%-?A-Z_a-z]+$"
static val mutable GS1: string

Field Value

Type: String
See Also