[#boost-urls-to_string] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::to_string :relfileprefix: ../../ :mrdocs: Return the normalized string for a known scheme == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/scheme.hpp#L151[boost/url/scheme.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- core::string_view to_string(xref:boost/urls/scheme.adoc[scheme] s) noexcept; ---- == Return Value A string representing the known scheme == Parameters |=== | Name | Description | *s* | The known scheme constant |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#