[#BloombergLP-bslfmt-FormatterTestUtil-06-testParseVFormat] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/FormatterTestUtil-06.adoc[FormatterTestUtil<wchar_t>]::testParseVFormat :relfileprefix: ../../../ :mrdocs: Verify that the specified `fmt` has a valid structure and, if so, parse it using a `bslfmt::formatter` specialization for the (template parameter) `t_TYPE`. If the specified `alsoTestOracle` is `true`, also parse `fmt` using a standard library implementation. Return `true` if `fmt` is valid and the exception is _NOT_ thrown during the parsing, and return `false` otherwise. Note that `fmt` is *NOT* required to be a compile time constant expression. == Synopsis Declared in `<bslfmt_formattertestutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> static bool testParseVFormat( xref:bsl/string.adoc[bsl::string]* message, bool alsoTestOracle, bsl::basic_string_view<wchar_t> fmt); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#