MindFusion.Wpf Pack Programmer's Guide
HEX2DEC

Converts the specified hexadecimal number to its decimal equivalent.

Syntax  Copy Code

HEX2DEC( NumberOrText x ) Number

Parameters

x
Required. The hexadecimal number to convert, expressed as either text or number.

Remarks

If x is not a valid hexadecimal number, the function returns the #VALUE! error value.

Example

Formula  Copy Code

=HEX2DEC(11)
=HEX2DEC("10")

See Also

Function Reference
BIN2HEX Function
DEC2HEX Function
OCT2HEX Function