EpcPatternComponents Property |
Returns the components that comprise this
EpcPattern.
Each component is one of the dot-delimited strings following
the
urn:epc:idpat: prefix of the URI, with any
%xx
escape sequences replaced by the corresponding character.
If p is an EpcPattern instance, then
EpcPattern.fromComponents(p.getEpcScheme(), p.getComponents())
returns an EpcPattern instance that is equal to p.
Example: the getComponents method for EPC Pattern URI
urn:epc:idpat:sgtin:0614141.112345.*
returns an array containing the strings "0614141", "112345",
and "*".
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic virtual string[] Components { get; }
Property Value
String
See Also