EpcEncoder.NUMERIC Field

TegoOS

EpcEncoderNUMERIC Field
Regular expression for one or more numeric digits.

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
protected const string NUMERIC = "^[0-9]+$"
Protected Const NUMERIC As String = "^[0-9]+$"
protected:
literal String^ NUMERIC = "^[0-9]+$"
static val mutable NUMERIC: string

Field Value

Type: String
See Also