[#BloombergLP-balber-BerUtil_ExtendedBinaryEncodingUtil-useExtendedBinaryEncoding-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil_ExtendedBinaryEncodingUtil.adoc[BerUtil_ExtendedBinaryEncodingUtil]::useExtendedBinaryEncoding :relfileprefix: ../../../ :mrdocs: Component‐private BER utility operation. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool useExtendedBinaryEncoding( xref:BloombergLP/bdlt/DatetimeTz.adoc[bdlt::DatetimeTz] const& value, xref:BloombergLP/balber/BerEncoderOptions.adoc[BerEncoderOptions] const* options); ---- == Return Value `true` if `value` must use extended‐binary encoding per `options`, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *value* | value to encode | *options* | encoder options (0 for defaults) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#