DECIMAL

Converts text that represents a number in a numeral system with the given base radix to a positive integer. The radix must be in the range 2 to 36. Spaces and tabs are ignored. The Text field is not case-sensitive.

If the radix is 16, a leading x or X or 0x or 0X, and an appended h or H, are disregarded. If the radix is 2, an appended b or B is disregarded. Other characters that do not belong to the numeral system generate an error.

វាក្យ​សម្ពន្ធ​​

DECIMAL("អត្ថបទ"; គោល)

Text is the text to be converted.

Radix indicates the base of the numeral system. It may be any positive integer between 2 and 36.

ឧទាហរណ៍

=DECIMAL("17";10) ត្រឡប់ 17 ។

=DECIMAL("FACE";16) ត្រឡប់ 64206 ។

=DECIMAL("0101";2) ត្រឡប់ 5 ។