EpcClassFromEpcClassUri Method |
Creates an EpcClass instance by parsing the specified string
as a pure identity EPC pattern URI or an EPC Class URI.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic static EpcClass FromEpcClassUri(
string epcClassUri
)
Parameters
- epcClassUri String
-
Return Value
EpcClass
ExceptionsException | Condition |
---|
EpcException | if the specified string cannot be parsed as an EPC pattern URI or an EPC Class URI
|
See Also