Class BaseNumberUtils
java.lang.Object
org.apache.poi.ss.formula.functions.BaseNumberUtils
Some utils for converting from and to any base
- Author:
- cedric dot walter @ gmail dot com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double
convertToDecimal
(String value, int base, int maxNumberOfPlaces)
-
Constructor Details
-
BaseNumberUtils
public BaseNumberUtils()
-
-
Method Details
-
convertToDecimal
public static double convertToDecimal(String value, int base, int maxNumberOfPlaces) throws IllegalArgumentException - Throws:
IllegalArgumentException
-