Specifies the string from which to read the numeric data.
1. |
The following example returns 100.
TONUMERIC("100")
|
2. |
The following example returns 1.5.
TONUMERIC("1.5")
|
3. |
The following example returns an evaluation error.
TONUMERIC("1,5")
|