Method | Description | |
---|---|---|
ByteToHex ( byte comByte ) : string |
method to convert a byte array into a hex string
|
|
EnumToArray ( |
||
HexToByte ( string msg ) : byte[] |
method to convert hex string into a byte array
|
public static ByteToHex ( byte comByte ) : string | ||
comByte | byte | byte array to convert |
return | string |
public static EnumToArray ( |
||
enumeration | ||
return | System.Enum[] |
public static HexToByte ( string msg ) : byte[] | ||
msg | string | string to convert |
return | byte[] |