[#BloombergLP-bdlb-BigEndianUint16-maxSupportedBdexVersion-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/BigEndianUint16.adoc[BigEndianUint16]::maxSupportedBdexVersion :relfileprefix: ../../../ :mrdocs: Return the maximum valid BDEX format version, as indicated by the specified `versionSelector`, to be passed to the `bdexStreamOut` method. Note that the `versionSelector` is expected to be formatted as `yyyymmdd`, a date representation. See the `bslx` package‐level documentation for more information on BDEX streaming of value‐semantic types and containers. == Synopsis Declared in `<bdlb_bigendian.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int maxSupportedBdexVersion(int versionSelector); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#