Global::arabic2Roman Method [AX 2012]

Converts number to roman numeral.

Syntax

client server public static str arabic2Roman(int _arabic)

Run On

Called

Parameters

  • _arabic
    Type: int
    Number to convert.

Return Value

Type: str
Roman number if convertable.

Remarks

There is no definite rule for converting to roman numerals about 2000 and above.

Numbers starting from 4000 require vinculum letters, so are not supported.

See Also

Reference

Global Class