public class ConvertSafely extends Object
| Constructor and Description |
|---|
ConvertSafely() |
| Modifier and Type | Method and Description |
|---|---|
static double |
String2Double(String value)
Convert String to double, else zero
|
static long |
String2Long(String value)
Convert String to long, else zero
|
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.