Conversion.Hex Method (Int16)
Returns a string representing the hexadecimal value of a number.
Namespace: Microsoft.VisualBasic
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Parameters
- Number
- Type: System.Int16
Required. Any valid numeric expression or String expression.
| Exception | Condition |
|---|---|
| ArgumentNullException | Number is not specified. |
| ArgumentException | Number is not a numeric type. |
If Number is not already a whole number, it is rounded to the nearest whole number before being evaluated.
If Number is | Hex returns |
Empty | Zero (0) |
Any numeric value | Up to sixteen hexadecimal characters |
You can represent hexadecimal numbers directly by preceding numbers in the proper range with &H. For example, &H10 represents decimal 16 in hexadecimal notation.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.