Click or drag to resize

Gs1EpcLib Methods

The Gs1EpcLib type exposes the following members.

Methods
 NameDescription
Public methodStatic memberEpcBarcodeStringToHex(String, String, Int32) Convert a Barcode String to a hex representation of an encoded EPC. For TDS 2.0 schemes.
Public methodStatic memberEpcBarcodeStringToHex(String, Gs1EpcLibTagSchemes, Int32, Gs1EpcLibEncodings) Convert a Barcode String to a hex representation of an encoded EPC. For TDS 2.0 schemes where specific encoding is required.
Public methodStatic memberEpcBarcodeStringToHex(String, Gs1EpcLibTagSchemes, Int32, Int32) Convert a Barcode String to a hex representation of an encoded EPC.
Public methodStatic memberEpcBarcodeStringToHex(String, String, Int32, Gs1EpcLibEncodings) Convert a Barcode String to a hex representation of an encoded EPC. For TDS 2.0 schemes where specific encoding is required.
Public methodStatic memberEpcBarcodeStringToHex(String, String, Int32, Int32) Convert a Barcode String to a hex representation of an encoded EPC.
Public methodStatic memberEpcDigitalLinkToGs1ElementString Convert a Digital Link URI to a human readable GS1 Element String.
Public methodStatic memberEpcDigitalLinkToHex(String, String, Int32) Convert a Digital Link URI to a hex representation of an encoded EPC. For TDS 2.0 schemes.
Public methodStatic memberEpcDigitalLinkToHex(String, Gs1EpcLibTagSchemes, Int32, Gs1EpcLibEncodings) Convert a Digital Link URI to a hex representation of an encoded EPC. For TDS 2.0 schemes where specific encoding is required.
Public methodStatic memberEpcDigitalLinkToHex(String, Gs1EpcLibTagSchemes, Int32, Int32) Convert a Digital Link URI to a hex representation of an encoded EPC.
Public methodStatic memberEpcDigitalLinkToHex(String, String, Int32, Gs1EpcLibEncodings) Convert a Digital Link URI to a hex representation of an encoded EPC. For TDS 2.0 schemes where specific encoding is required.
Public methodStatic memberEpcDigitalLinkToHex(String, String, Int32, Int32) Convert a Digital Link URI to a hex representation of an encoded EPC.
Public methodStatic memberEpcEpcTagUriToGs1ElementString Convert an EPC Tag URI to a human readable GS1 Element String.
Public methodStatic memberEpcEpcTagUriToHex Convert an EPC Tag URI to a hex representation of an encoded EPC.
Public methodStatic memberEpcEpcUriToBarcodeString Convert an EPC URI to a Bar Code String
Public methodStatic memberEpcEpcUriToGs1ElementString Covert an EPC URI to a human readable GS1 Element String.
Public methodStatic memberEpcEpcUriToHex(String, Gs1EpcLibTagSchemes, Int32) Convert an EPC URI to a hex representation of an encoded EPC.
Public methodStatic memberEpcEpcUriToHex(String, String, Int32) Convert an EPC URI to a hex representation of an encoded EPC.
Public methodStatic memberEpcGs1ElementStringToDigitalLink Convert a human readable GS1 Element String to a Digital Link URI.
Public methodStatic memberEpcGs1ElementStringToEpcTagUri(String, Gs1EpcLibTagSchemes, Int32, Int32) Convert a human readable GS1 Element String to an EPC Tag URI.
Public methodStatic memberEpcGs1ElementStringToEpcTagUri(String, String, Int32, Int32) Convert a human readable GS1 Element String to an EPC Tag URI.
Public methodStatic memberEpcGs1ElementStringToEpcUri Convert a human readable GS1 Element String to an EPC URI.
Public methodStatic memberEpcGs1ElementStringToHex(String, String, Int32) Convert a human readable GS1 Element String to a hex representation of an encoded EPC. For TDS 2.0 schemes.
Public methodStatic memberEpcGs1ElementStringToHex(String, Gs1EpcLibTagSchemes, Int32, Gs1EpcLibEncodings) Convert a human readable GS1 Element String to a hex representation of an encoded EPC. For TDS 2.0 schemes where specific encoding is required.
Public methodStatic memberEpcGs1ElementStringToHex(String, Gs1EpcLibTagSchemes, Int32, Int32) Convert a human readable GS1 Element String to a hex representation of an encoded EPC.
Public methodStatic memberEpcGs1ElementStringToHex(String, String, Int32, Gs1EpcLibEncodings) Convert a human readable GS1 Element String to a hex representation of an encoded EPC. For TDS 2.0 schemes where specific encoding is required.
Public methodStatic memberEpcGs1ElementStringToHex(String, String, Int32, Int32) Convert a human readable GS1 Element String to a hex representation of an encoded EPC.
Public methodStatic memberEpcHexToBarcodeString Convert a hex string representation of an encoded EPC to a Barcode String
Public methodStatic memberEpcHexToDigitalLink Convert a hex string representation of an encoded EPC to a Digital Link URI.
Public methodStatic memberEpcHexToEpcTagUri Convert a hex string representation of an encoded EPC to an EPC Tag URI.
Public methodStatic memberEpcHexToEpcUri Convert a hex string representation of an encoded EPC to an EPC URI.
Public methodStatic memberEpcHexToGS1ElementString Convert a hex string representation of an encoded EPC to a GS1 Element String.
Public methodStatic memberEpcHexToTagSchemeName Lookup the tag scheme name from the hex string representation of an encoded EPC
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also