Same as the related overload above for asLong.
Synopsis
Declared in <bdljsn_jsonnumber.h>
int
asLong(long* result) const;
Return Value
0 on success, or k_OVERFLOW, k_UNDERFLOW, or k_NOT_INTEGRAL on failure
Parameters
Name |
Description |
result |
integer to receive the converted value |
Created with MrDocs