[#BloombergLP-bdldfp-DecimalConvertUtil-decimal64ToNetwork] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil.adoc[DecimalConvertUtil]::decimal64ToNetwork :relfileprefix: ../../../ :mrdocs: Store `decimal` in network format into `buffer`. == Synopsis Declared in `<bdldfp_decimalconvertutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static unsigned char* decimal64ToNetwork( 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]#