Gcp |
The GcpLengthTable type exposes the following members.
Name | Description | |
---|---|---|
![]() | GcpLength(String) | Given a GS1 key, returns the length of the GS1 Company Prefix, or throws UnknownGcpLengthException. Matching is assumed to begin with the first character, so for a GTIN-14 or SSCC the initial digit must first be stripped away before calling this method. |
![]() | GcpLength(String, Int32) | Given a GS1 key, returns the length of the GS1 Company Prefix, or throws UnknownGcpLengthException. Matching begins with the specified start character position. |