Method String.int2roman() Method int2roman string int2roman(int m) Description Converts the provided integer to a roman integer (i.e. a string). Throws Throws an error if m is outside the range 0 to 10000.