Mercury API
FromHex Method (hex)
NamespacesThingMagicByteFormatFromHex(String)
Convert human-readable hex string to byte array; e.g., 123456 or 0x123456 -> {0x12, 0x34, 0x56};
Declaration Syntax
C#Visual BasicVisual C++
public static byte[] FromHex(
	string hex
)
Public Shared Function FromHex ( _
	hex As String _
) As Byte()
public:
static array<unsigned char>^ FromHex(
	String^ hex
)
Parameters
hex (String)
Human-readable hex string to convert
Return Value
Byte array

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)