[#BloombergLP-balber-BerUtil_ExtendedBinaryEncodingUtil-useBinaryEncoding] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil_ExtendedBinaryEncodingUtil.adoc[BerUtil_ExtendedBinaryEncodingUtil]::useBinaryEncoding :relfileprefix: ../../../ :mrdocs: Return `true` if a date and/or time value must be encoded using either its corresponding extended‐binary‐encoding format or its corresponding compact‐binary‐encoding format according to the specified `options`, and return `false` otherwise. Note that, for any given `value` and `options`, the `value` must be encoded using its corresponding compact‐binary‐encoding format if `useExtendedBinaryEncoding(value, options)` returns `false` and `useBinaryEncoding(options)` returns `true`. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool useBinaryEncoding(xref:BloombergLP/balber/BerEncoderOptions.adoc[BerEncoderOptions] const* options); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#