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