Class NumberToGeneralTextConverter


  • public class NumberToGeneralTextConverter
    extends java.lang.Object
    Convert a number to "General" formatting text.
    Since:
    3.5.0
    Author:
    henrichen
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toGeneralText​(double value, java.util.Locale locale, int maxLen)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NumberToGeneralTextConverter

        public NumberToGeneralTextConverter()
    • Method Detail

      • toGeneralText

        public static java.lang.String toGeneralText​(double value,
                                                     java.util.Locale locale,
                                                     int maxLen)