[#BloombergLP-balber-BerUtil_DateAndTimeHeaderImpUtil-getValue-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil_DateAndTimeHeaderImpUtil.adoc[BerUtil_DateAndTimeHeaderImpUtil]::getValue :relfileprefix: ../../../ :mrdocs: `getValue` overloads == Synopses Declared in `<balber_berutil.h>` Read 2 bytes from the input sequence of the specified `streamBuf` and load to the specified `value` the interpretation of those bytes as an extended‐binary header value Return 0 on success, and a non‐zero value otherwise. The behavior is undefined if 2 bytes are successfully read from the `streamBuf`, but the interpretation of those bytes as an extended‐binary header indicates the value is in a format reserved for future use. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/balber/BerUtil_DateAndTimeHeaderImpUtil/getValue-07.adoc[getValue]( xref:BloombergLP/balber/BerUtil_DateAndTimeHeaderImpUtil/Header.adoc[Header]* value, std::streambuf* streamBuf); ---- [.small]#xref:BloombergLP/balber/BerUtil_DateAndTimeHeaderImpUtil/getValue-07.adoc[_» more..._]# Load to the specified `value` the interpretation of the specified `headerByte0` and `headerByte1` as the 2 bytes that comprise an encoded extended‐binary header value. Return 0 on success, and a non‐zero value otherwise. The behavior is undefined if the interpretation of the 2 bytes as an extended‐binary header indicates the value is in a format reserved for future use. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/balber/BerUtil_DateAndTimeHeaderImpUtil/getValue-00.adoc[getValue]( xref:BloombergLP/balber/BerUtil_DateAndTimeHeaderImpUtil/Header.adoc[Header]* value, unsigned char headerByte0, unsigned char headerByte1); ---- [.small]#xref:BloombergLP/balber/BerUtil_DateAndTimeHeaderImpUtil/getValue-00.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#