Click or drag to resize

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
Syntax
public static byte[] BinHexToString(
	string hex
)

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