Return a std::string with percent-decoding applied.
std::string to_string() const;
This function applies percent-decoding to the referenced character buffer,
returning the result as a std::string
.
Linear in size()
.
Memory allocations may throw.