[#BloombergLP-bdldfp-DecimalConvertUtil-decimalFromNetwork-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil.adoc[DecimalConvertUtil]::decimalFromNetwork :relfileprefix: ../../../ :mrdocs: `decimalFromNetwork` overloads == Synopses Declared in `<bdldfp_decimalconvertutil.h>` Same as the related overload above for `decimalFromNetwork`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static unsigned char const* xref:BloombergLP/bdldfp/DecimalConvertUtil/decimalFromNetwork-04.adoc[decimalFromNetwork]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128]* decimal, unsigned char const* buffer); ---- [.small]#xref:BloombergLP/bdldfp/DecimalConvertUtil/decimalFromNetwork-04.adoc[_» more..._]# Store into the specified `decimal`, the value of the same size base‐10 floating‐point value stored in network format at the specified `buffer` address and return the address one past the last byte read from `buffer`. The network format is defined as big endian byte order and densely packed base‐10 significand encoding. This corresponds to the way IBM hardware represents these numbers in memory. The behavior is undefined unless `buffer` points to a memory area at least `sizeof(decimal)` bytes. Note that these functions always return `buffer + sizeof(decimal)` on the supported 8‐bits‐byte architectures. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static unsigned char const* xref:BloombergLP/bdldfp/DecimalConvertUtil/decimalFromNetwork-03.adoc[decimalFromNetwork]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32]* decimal, unsigned char const* buffer); ---- [.small]#xref:BloombergLP/bdldfp/DecimalConvertUtil/decimalFromNetwork-03.adoc[_» more..._]# Same as the related overload above for `decimalFromNetwork`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static unsigned char const* xref:BloombergLP/bdldfp/DecimalConvertUtil/decimalFromNetwork-07.adoc[decimalFromNetwork]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64]* decimal, unsigned char const* buffer); ---- [.small]#xref:BloombergLP/bdldfp/DecimalConvertUtil/decimalFromNetwork-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#