INFO

This page was originally generated from official documentation.

Computes the value of a Roman numeral.

Sample Usage

ARABIC("XIV")
ARABIC("MMXIII")

Syntax

ARABIC(roman_numeral)
  • roman_numeral - The Roman numeral to format, whose value must be between 1 and 3999, inclusive.

See Also

ROMAN: Formats a number in Roman numerals.

Examples