Discuss this help topic in SecureBlackbox Forum

TElJsonValue.AsInteger

TElJsonValue     See also     


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


This topic is under development…

Declaration

[C#]
    long AsInteger;

[VB.NET]
    Property AsInteger As Long

[Pascal]
    property AsInteger : Int64;

[C++]
    int64_t get_AsInteger();
    void set_AsInteger(int64_t Value);

[PHP]
    integer get_AsInteger()
    void set_AsInteger(integer $Value)

[Java]
    long getAsInteger();
    void setAsInteger(long AValue);

Description

    Attempts to convert the value to integer. If the attempt fails an exception is raised. On setting changes value type to jsonNumber.

See also:         

Discuss this help topic in SecureBlackbox Forum