This Function returns a <string>, which is the result of the conversion of the specified decimal Value converted to hexadecimal.
Parameters
Value <numeric> |
|
Decimal value to convert.
|
|
|
Example 1
|
|
Example 2 |
DecimalToHex(65)
Result = 41
|
|
DecimalToHex(75)
Result = 4B |
Updated: 3/21/2018 4:35 PM |