Nedap.HandheldApi
Static Public Member Functions
Nedap.EPC.TDT.EpcConvert Class Reference

Class that contains methods for translating an electronic product code (EPC) from one level of representation to another. More...

List of all members.

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.

Detailed Description

Class that contains methods for translating an electronic product code (EPC) from one level of representation to another.


Member Function Documentation

static string Nedap.EPC.TDT.EpcConvert.ConvertToBinaryStringFromData ( byte[]  data) [static]

ConvertToBinaryStringFromData method converts an array of bytes to a binary string.

Parameters:
dataArray of bytes
Returns:
Binary string
static string Nedap.EPC.TDT.EpcConvert.ConvertToBinaryStringFromHexString ( string  hex) [static]

ConvertToBinaryStringFromHexString method converts a hexadecimal string to a binary string.

Parameters:
hexHexadecimal string
Returns:
Binary string
static byte [] Nedap.EPC.TDT.EpcConvert.ConvertToDataFromHexString ( string  hex) [static]

ConvertToDataFromHexString method converts a hexadecimal string to an array of bytes.

Parameters:
hexHexadecimal string
Returns:
Array of bytes
static string Nedap.EPC.TDT.EpcConvert.ConvertToHexStringFromBinaryString ( string  binary) [static]

ConvertToHexStringFromBinaryString method converts a binary string to a hexadecimal string.

Parameters:
binaryBinary string
Returns:
Hexadecimal string
static string Nedap.EPC.TDT.EpcConvert.ConvertToHexStringFromData ( byte[]  data) [static]

ConvertToHexStringFromData method converts an array of bytes to a hexadecimal string.

Parameters:
dataArray of bytes
Returns:
Hexadecimal string