Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum