Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Provide hex2dec function

I assume that is a basic feature, same as for Excel: https://support.office.com/en-US/article/HEX2DEC-function-8C8C3155-9F37-45A5-A3EE-EE5379EF106E
Status: Needs Votes
Comments
seps
New Member
Description Converts a hexadecimal number to decimal. Syntax HEX2DEC(number) The HEX2DEC function syntax has the following arguments: Number Required. The hexadecimal number you want to convert. Number cannot contain more than 10 characters (40 bits). The most significant bit of number is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation.
qchero
New Member
'+1
fbcideas_migusr
New Member
Status changed to: Needs Votes