Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[C#/Java]
double AsNumber;
[VB.NET]
Property AsNumber As Double
[Pascal]
property AsNumber : Extended;
[C++]
double get_AsNumber();
void set_AsNumber(double Value);
[PHP]
double get_AsNumber()
void set_AsNumber(double $Value)
Description
Attempts to convert the value to a floating point value.
If the attempt fails an exception is raised.
On setting changes value type to jsonNumber.
Discuss this help topic in SecureBlackbox Forum