LumiSoft Net Help
ToHex Method (byteValue)
NamespacesLumiSoft.NetCoreToHex(Byte)
Convert byte to hex data.
Declaration Syntax
C#Visual BasicVisual 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 (Module: LumiSoft.Net) Version: 2.0.3565.23855