[#ParseDataFormat] = ParseDataFormat :mrdocs: Parse a URI to get the data format and URI without data format and query string. == Synopsis Declared in `<rest.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:RESTResponseFormat.adoc[RESTResponseFormat] ParseDataFormat( std::string& param, std::string const& strReq); ---- == Return Value RESTResponseFormat that was parsed from the URI. == Parameters [cols="1,4"] |=== | Name| Description | *param* [out] | The strReq without the data format string and without the query string (if any). | *strReq* [in] | The URI to be parsed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#