Nedap.HandheldApi
|
Class that contains methods for translating an electronic product code (EPC) from one level of representation to another. More...
Static Public Member Functions | |
static string | ConvertToHexStringFromBinaryString (string binary) |
ConvertToHexStringFromBinaryString method converts a binary string to a hexadecimal string. | |
static string | ConvertToBinaryStringFromHexString (string hex) |
ConvertToBinaryStringFromHexString method converts a hexadecimal string to a binary string. | |
static string | ConvertToBinaryStringFromData (byte[] data) |
ConvertToBinaryStringFromData method converts an array of bytes to a binary string. | |
static byte[] | ConvertToDataFromHexString (string hex) |
ConvertToDataFromHexString method converts a hexadecimal string to an array of bytes. | |
static string | ConvertToHexStringFromData (byte[] data) |
ConvertToHexStringFromData method converts an array of bytes to a hexadecimal string. |
Class that contains methods for translating an electronic product code (EPC) from one level of representation to another.
static string Nedap.EPC.TDT.EpcConvert.ConvertToBinaryStringFromData | ( | byte[] | data | ) | [static] |
ConvertToBinaryStringFromData method converts an array of bytes to a binary string.
data | Array of bytes |
static string Nedap.EPC.TDT.EpcConvert.ConvertToBinaryStringFromHexString | ( | string | hex | ) | [static] |
ConvertToBinaryStringFromHexString method converts a hexadecimal string to a binary string.
hex | Hexadecimal string |
static byte [] Nedap.EPC.TDT.EpcConvert.ConvertToDataFromHexString | ( | string | hex | ) | [static] |
ConvertToDataFromHexString method converts a hexadecimal string to an array of bytes.
hex | Hexadecimal string |
static string Nedap.EPC.TDT.EpcConvert.ConvertToHexStringFromBinaryString | ( | string | binary | ) | [static] |
ConvertToHexStringFromBinaryString method converts a binary string to a hexadecimal string.
binary | Binary string |
static string Nedap.EPC.TDT.EpcConvert.ConvertToHexStringFromData | ( | byte[] | data | ) | [static] |
ConvertToHexStringFromData method converts an array of bytes to a hexadecimal string.
data | Array of bytes |