LumiSoft Mail Server User API
FromHex Method (hexData)
Namespaces > LumiSoft.Net > Core > FromHex(Byte[]())
Converts hex byte data to normal byte data. Hex data must be in two bytes pairs, for example: 0F,FF,A3,... .
Syntax
C#Visual BasicManaged C++
public static byte[] FromHex (
	byte[] hexData
)
Public Shared Function FromHex ( _
	hexData As Byte() _
) As Byte()
public:
static array<unsigned char>^ FromHex (
	array<unsigned char>^ hexData
)
Parameters
hexData (Byte[]())
Hex data.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.Core.FromHex(System.Byte[])]

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)