Discuss this help topic in SecureBlackbox Forum

TElJsonValue.AsNumber

TElJsonValue     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This topic is under development…

Declaration

[C#]
    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)

[Java]
    double getAsNumber();
    void setAsNumber(double AValue);

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.

See also:         

Discuss this help topic in SecureBlackbox Forum