public class ConversionUtil
extends Object
-
Method Summary
static boolean
static double
static int
static long
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
toLong
public static long toLong(String value)
-
toInt
public static int toInt(String value)
-
toDouble
public static double toDouble(String value)
-
toBoolean
public static boolean toBoolean(String value)