This is experimental documentation.
Takes an integer and turns it into hex

C# | Visual Basic | Visual C++ |
<ExtensionAttribute> _ Public Shared Function ToHex ( _ number As Integer _ ) As String
[ExtensionAttribute] public: static String^ ToHex( int number )

- number (Int32)

a string containing the hex value.
Assembly: Asgard5Library (Module: Asgard5Library)