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

Assembly: Asgard5Library (Module: Asgard5Library)