Converts the specified integer to an upper case roman numeral string.
public static string ToUpperCaseString(int n)
The corresponding upper case roman numeral string.