Same as the related overload above for asUlong.
Declared in <bdljsn_jsonnumber.h>
int
asUlong(unsigned long* result) const;
0 on success, or k_OVERFLOW, k_UNDERFLOW, or k_NOT_INTEGRAL on failure
| Name | Description |
|---|---|
| result | integer to receive the converted value |