public class ConverterHelplers
extends java.lang.Object
| Constructor and Description |
|---|
ConverterHelplers() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
tryParseDouble(java.lang.String s)
parser validation for integer type
true if s is double otherwise false
|
static boolean |
tryParseInt(java.lang.String s)
parser validation for integer type
true if s is integer otherwise false
|
public static boolean tryParseInt(java.lang.String s)
s - public static boolean tryParseDouble(java.lang.String s)
s -