This is experimental documentation.
Takes an integer and turns it into hex
Declaration Syntax
C# | Visual Basic | Visual C++ |
<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)