Click or drag to resize

RfidBank01FromGs1ElementString(String, String, Int32, Gs1EpcLibEncodings) Method

Parses the specified human readable GS1 Element String and returns the equivalent RfidBank01 encoded using the specified tag scheme.

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 FromGs1ElementString(
	string elementString,
	string epcTagSchemeName,
	int filter,
	Gs1EpcLibEncodings encoding
)

Parameters

elementString  String
Human readable GS1 Element String to parse
epcTagSchemeName  String
Desired tag scheme
filter  Int32
Value for filter
encoding  Gs1EpcLibEncodings
Encoding method to use for variable length alpha-numeric components

Return Value

RfidBank01
See Also