|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.formula.functions.BaseNumberUtils
public class BaseNumberUtils
Some utils for converting from and to any base
Constructor Summary | |
---|---|
BaseNumberUtils()
|
Method Summary | |
---|---|
static double |
convertToDecimal(java.lang.String value,
int base,
int maxNumberOfPlaces)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseNumberUtils()
Method Detail |
---|
public static double convertToDecimal(java.lang.String value, int base, int maxNumberOfPlaces) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |