Class BaseNumberUtils
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.BaseNumberUtils
-
public class BaseNumberUtils extends Object
Some utils for converting from and to any base
-
-
Constructor Summary
Constructors Constructor Description BaseNumberUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
convertToDecimal(String value, int base, int maxNumberOfPlaces)
-
-
-
Method Detail
-
convertToDecimal
public static double convertToDecimal(String value, int base, int maxNumberOfPlaces) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-