Conversion.Hex Method (UInt32)
Silverlight
Returns a string representing the hexadecimal value of a number.
This API is not CLS-compliant. The CLS-compliant alternative is Hex(Int32). Namespace: Microsoft.VisualBasic
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Parameters
- Number
- Type: System.UInt32
Required. Any valid numeric expression or String expression.
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.