
public class HttpHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
toInt(String value,
int def)
Convert String to int
|
static long |
toLong(String value,
long def)
Convert String to long
|
public static long toLong(String value, long def)
value - def - default valuepublic static int toInt(String value, int def)
value - def - default valueCopyright © 2009–2022 Waarp. All rights reserved.