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 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)