Click or drag to resize

RfidBank01FromTagOrRawUri Method

Parses the specified EPC Tag URI or EPC Raw URI and returns the equivalent RfidBank01

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public static RfidBank01 FromTagOrRawUri(
	string uri
)

Parameters

uri  String
 

Return Value

RfidBank01
Exceptions
ExceptionCondition
EpcException if the specified string cannot be parsed as an EPC Tag URI or EPC Raw URI.
See Also