LumiSoft Net Help
ToHex Method (byteValue)
NamespacesLumiSoft.NetCoreToHex(Byte)
Convert byte to hex data.
Declaration Syntax
C#Visual BasicVisual C++F#
public static byte[] ToHex(
	byte byteValue
)
Public Shared Function ToHex ( 
	byteValue As Byte
) As Byte()
public:
static array<unsigned char>^ ToHex(
	unsigned char byteValue
)
static member ToHex : 
        byteValue : byte -> byte[] 
Parameters
byteValue (Byte)
Byte to convert.
Return Value
array<Byte>[]()[][]

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

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119