RfidBank01FromGs1ElementString(String, Gs1EpcLibTagSchemes, Int32) Method |
Parses the specified human readable GS1 Element String and returns the equivalent RfidBank01
encoded using the specified tag scheme. Suitable for TDS 2.0 tag schemes where the
GS1 company prefix length is not required.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic static RfidBank01 FromGs1ElementString(
string elementString,
Gs1EpcLibTagSchemes scheme,
int filter
)
Parameters
- elementString String
- Human readable GS1 Element String to parse
- scheme Gs1EpcLibTagSchemes
- Enumerated value of desired tag scheme
- filter Int32
- Value for filter
Return Value
RfidBank01
See Also