[#BloombergLP-bdljsn-NumberUtil-stringify-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/NumberUtil.adoc[NumberUtil]::stringify :relfileprefix: ../../../ :mrdocs: `stringify` overloads == Synopses Declared in `<bdljsn_numberutil.h>` Same as the related overload above for `stringify`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdljsn/NumberUtil/stringify-0f.adoc[stringify]( xref:bsl/string.adoc[bsl::string]* result, double value); ---- [.small]#xref:BloombergLP/bdljsn/NumberUtil/stringify-0f.adoc[_» more..._]# Load into the specified `result` a string representation of specified numerical `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdljsn/NumberUtil/stringify-0db.adoc[stringify]( xref:bsl/string.adoc[bsl::string]* result, long long value); ---- [.small]#xref:BloombergLP/bdljsn/NumberUtil/stringify-0db.adoc[_» more..._]# Same as the related overload above for `stringify`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdljsn/NumberUtil/stringify-05.adoc[stringify]( xref:bsl/string.adoc[bsl::string]* result, unsigned long long value); ---- [.small]#xref:BloombergLP/bdljsn/NumberUtil/stringify-05.adoc[_» more..._]# Same as the related overload above for `stringify`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdljsn/NumberUtil/stringify-0da.adoc[stringify]( xref:bsl/string.adoc[bsl::string]* result, xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] const& value); ---- [.small]#xref:BloombergLP/bdljsn/NumberUtil/stringify-0da.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#