Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.

hex2dec

Florian Rappl edited this page Dec 21, 2014 · 2 revisions

hex2dec

Converts a hexadecimal number to a decimal number.

hex2dec(hexstr)

The function ignores white spaces and converts the given hexadecimal input to the equivalent decimal number.

Argument hexstr

String

Returns 1. entry

Scalar

Example

hex2dec("FF")

Hexadecimal FF converts to decimal 255.

Clone this wiki locally