Class RMRomanNumeralFormat

java.lang.Object
com.inductiveautomation.rm.base.RMRomanNumeralFormat

public class RMRomanNumeralFormat extends Object
A utility class for converting an integer into roman numerals.
  • Constructor Details

    • RMRomanNumeralFormat

      public RMRomanNumeralFormat()
  • Method Details

    • format

      public static String format(int aValue)
      Return a roman numeral representation of the number as a string. Returned characters are all uppercase. Valid range is 1-4999