[#BloombergLP-bdljsn-NumberUtil-asInt64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/NumberUtil.adoc[NumberUtil]::asInt64 :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `asInt64`. == Synopsis Declared in `<bdljsn_numberutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int asInt64( xref:BloombergLP/bdljsn/NumberUtil/Int64.adoc[Int64]* result, std::string_view const& value); ---- == Return Value 0 on success, or a non‐zero status (`k_OVERFLOW`, `k_UNDERFLOW`, or `k_NOT_INTEGRAL`) otherwise == Parameters [cols="1,4"] |=== | Name| Description | *result* | receives the converted integer value | *value* | JSON number text to convert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#