Click or drag to resize

RfidBank01FromBarCodeCharacters(String, Gs1EpcLibTagSchemes, Int32, Int32) Method

Parses the specified Barcode 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 FromBarCodeCharacters(
	string barcodeString,
	Gs1EpcLibTagSchemes scheme,
	int filter,
	int gcpLength
)

Parameters

barcodeString  String
Barcode String to parse
scheme  Gs1EpcLibTagSchemes
Enumerated value of 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