Reference Library
ToHex Method (number)
NamespacesAsgard5.Net.ExtensionsExtensionMethodsToHex(Byte)
Takes an integer and turns it into hex
Declaration Syntax
C#Visual BasicVisual C++
public static string ToHex(
	this byte number
)
<ExtensionAttribute> _
Public Shared Function ToHex ( _
	number As Byte _
) As String
[ExtensionAttribute]
public:
static String^ ToHex(
	unsigned char number
)
Parameters
number (Byte)
Return Value
a string containing the hex value.

Assembly: Asgard5Library (Module: Asgard5Library)