Click or drag to resize

RfidBank01FromEpcHex Method

Parses the input as a hexadecimal representation of the EPC portion of the EPC bank, beginning with bit 20 (hex), to create RfidBank01 instance. The most significant (leftmost) bit of the hexadecimal representation becomes bit 20 (hex). Sufficient zero padding bits are added to make the total length a multiple of 16 bits. The PC length bits are calculated based on this padded length. All other PC bits are set to zero.

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 FromEpcHex(
	string epcHex
)

Parameters

epcHex  String
 

Return Value

RfidBank01
Exceptions
ExceptionCondition
EpcException if the specified string is not a valid hexadecimal numeral.
See Also