Returns a string representing the hexadecimal value of a number.
Overload | Description |
Hex(SByte) | Returns a string representing the hexadecimal value of a number. |
Hex(Byte) | Returns a string representing the hexadecimal value of a number. |
Hex(Int16) | Returns a string representing the hexadecimal value of a number. |
Hex(UInt16) | Returns a string representing the hexadecimal value of a number. |
Hex(Int32) | Returns a string representing the hexadecimal value of a number. |
Hex(UInt32) | Returns a string representing the hexadecimal value of a number. |
Hex(Int64) | Returns a string representing the hexadecimal value of a number. |
Hex(UInt64) | Returns a string representing the hexadecimal value of a number. |
Hex(Object) | Returns a string representing the hexadecimal value of a number. |