RomanNumerals.ToLowerCaseString method

Converts the specified integer to a lower case roman numeral string.

public static string ToLowerCaseString(int n)
parameter description
n The integer.

Return Value

The corresponding lower case roman numeral string.

See Also