[#BloombergLP-bdldfp-DecimalConvertUtil-decimalToNetwork-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil.adoc[DecimalConvertUtil]::decimalToNetwork :relfileprefix: ../../../ :mrdocs: Same as the overload taking `Decimal32`. == Synopsis Declared in `<bdldfp_decimalconvertutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static unsigned char* decimalToNetwork( unsigned char* buffer, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] decimal); ---- == Return Value address one past the last byte written == Parameters [cols="1,4"] |=== | Name| Description | *buffer* | receives the network encoding | *decimal* | value to encode |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#