[#BloombergLP-bdljsn-JsonNumber-asUshort] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonNumber.adoc[JsonNumber]::asUshort :relfileprefix: ../../../ :mrdocs: Same as the related overload above for `asUshort`. == Synopsis Declared in `<bdljsn_jsonnumber.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int asUshort(unsigned short* result) const; ---- == Return Value 0 on success, or `k_OVERFLOW`, `k_UNDERFLOW`, or `k_NOT_INTEGRAL` on failure == Parameters [cols="1,4"] |=== | Name| Description | *result* | integer to receive the converted value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#