Class StringToNumberUtil


  • public final class StringToNumberUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object stringToNumber​(java.lang.String text, int mode)  
      • Methods inherited from class java.lang.Object

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

      • stringToNumber

        public static java.lang.Object stringToNumber​(java.lang.String text,
                                                      int mode)
                                               throws java.text.ParseException
        Throws:
        java.text.ParseException