Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[C#/Java]
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)
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