[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Represent an integer with roman numerals
Source position: strutils.pp line 198
function IntToRoman( |
Value: LongInt |
):string; |
Value |
|
Value to convert |
Value in roman numerals
IntToRoman converts Value to a string with the Roman representation of Value. Number up to 1 million can be represented this way.
None.
|
Convert a string with a Roman number to it's decimal value. |
|
|
Converts a hexadecimal string to a decimal value |
|
|
Converts an integer to a binary string representation, inserting spaces at fixed locations. |