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