Click or drag to resize

RfidBank01FromBarCodeCharacters(String, String, Int32, Gs1EpcLibEncodings) Method

Parses the specified Barcode String and returns the equivalent RfidBank01 encoded using the specified tag scheme. Suitable for TDS 2.0 tag schemes where the GS1 company prefix is not required, and the encoding method for variable length alpha-numeric components needs to be specified.

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

Parameters

barcodeString  String
Barcode 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