Static Public Member Functions | |
static byte | parseByteValue (String s) |
static short | parseShortValue (String s) |
static int | parseIntegerValue (String s) |
static long | parseLongValue (String s) |
static float | parseFloatValue (String s) |
static double | parseDoubleValue (String s) |
static java.math.BigDecimal | parseDecimalValue (String s) |
static boolean | parseBooleanValue (String s) |
static Guid | parseGuidValue (String s) |
static boolean | tryParseByteValue (String s, ByteHolder byteResult) |
static boolean | tryParseShortValue (String s, ShortHolder shortResult) |
static boolean | tryParseIntegerValue (String s, IntegerHolder intResult) |
static boolean | tryParseLongValue (String s, LongHolder longResult) |
static boolean | tryParseFloatValue (String s, FloatHolder floatResult) |
static boolean | tryParseDoubleValue (String s, DoubleHolder doubleResult) |
static boolean | tryParseDecimalValue (String s, Holder< java.math.BigDecimal > decimalResult) |
static boolean | tryParseBooleanValue (String s, BooleanHolder boolResult) |
static boolean | tryParseGuidValue (String s, Holder< Guid > guidResult) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |