RfidBank01FromGs1ElementString(Gs1ElementString, String, Int32, Int32) Method |
Parses the specified GS1 Element String and returns the equivalent RfidBank01
encoded using the specified tag scheme.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic static RfidBank01 FromGs1ElementString(
Gs1ElementString elementString,
string epcTagSchemeName,
int filter,
int gcpLength
)
Parameters
- elementString Gs1ElementString
- GS1 Element String object to parse
- epcTagSchemeName String
- Desired tag scheme
- filter Int32
- Value for filter
- gcpLength Int32
- GS1 Company Prefix length for pre TDS 2.0 schemes
Return Value
RfidBank01
See Also