public final class Value extends Fixed1ArgFunction
Syntax:
VALUE(text)
Converts the text argument to a number. Leading and/or trailing whitespace is
ignored. Currency symbols and thousands separators are stripped out.
Scientific notation is also supported. If the supplied text does not convert
properly the result is #VALUE! error. Blank string converts to zero.
Constructor and Description |
---|
Value() |
Modifier and Type | Method and Description |
---|---|
ValueEval |
evaluate(int srcRowIndex,
int srcColumnIndex,
ValueEval arg0)
|
evaluate
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0)
Function1Arg
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.