Class BaseNumberUtils
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.BaseNumberUtils
-
public class BaseNumberUtils extends java.lang.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(java.lang.String value, int base, int maxNumberOfPlaces)
-