RfidBank01FromTagOrRawUri Method |
Parses the specified EPC Tag URI or EPC Raw URI
and returns the equivalent RfidBank01
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic static RfidBank01 FromTagOrRawUri(
string uri
)
Parameters
- uri String
-
Return Value
RfidBank01
ExceptionsException | Condition |
---|
EpcException | if the specified string cannot be parsed as an EPC Tag URI or EPC Raw URI.
|
See Also