-
Converts the specified object into an instance of the type specified through the
constructor.
Safely converts a number of an unspecified type to a number of a definite type.
Parses the specified value into an enum constant.
Parses the specified string into a number of the specified type.
Parses the specified string into a BigInteger.
Parses the specified string into a BigInteger.
static byte
Parses the specified string into a byte.
static double
Parses the specified string into a double.
static float
Parses the specified string into a float.
static int
Parses the specified string into a int.
static long
Parses the specified string into a long.
static short
Parses the specified string into a short.