LumiSoft Mail Server User API
ToHex Method (byteValue)
Namespaces > LumiSoft.Net > Core > ToHex(Byte)
Convert byte to hex data.
Syntax
C#Visual BasicManaged C++
public static byte[] ToHex (
	byte byteValue
)
Public Shared Function ToHex ( _
	byteValue As Byte _
) As Byte()
public:
static array<unsigned char>^ ToHex (
	unsigned char byteValue
)
Parameters
byteValue (Byte)
Byte to convert.
Return Value

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

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