 | StringUtilsBinHexToString Method |
Turns a BinHex string that contains raw byte values
into a byte array
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static byte[] BinHexToString(
string hex
)
Public Shared Function BinHexToString (
hex As String
) As Byte()
public:
static array<unsigned char>^ BinHexToString(
String^ hex
)
static member BinHexToString :
hex : string -> byte[]
Parameters
- hex
- Type: SystemString
BinHex string (just two byte hex digits strung together)
Return Value
Type:
Byte[Missing <returns> documentation for "M:Koden.Utils.StringUtils.BinHexToString(System.String)"]
See Also