Click or drag to resize

PrefixGcpLengthTableGcpLength(String, Int32) Method

Lookup a GCP length, starting the lookup at a particular point in the key string

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public virtual int GcpLength(
	string key,
	int start
)

Parameters

key  String
To use in lookup
start  Int32
Starting postition in key to use for lookup

Return Value

Int32

Implements

GcpLengthTableGcpLength(String, Int32)
See Also