Click or drag to resize

PrefixGcpLengthTableAdd Method

Adds a mapping specifying that any GCP beginning with the specified prefix is of the specific length.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public virtual void Add(
	string prefix,
	int length
)

Parameters

prefix  String
 
length  Int32
 
See Also