[#bsl-stof-03] = xref:bsl.adoc[bsl]::stof :relfileprefix: ../ :mrdocs: Parse the specified `str` as a floating‐point number; see `stod`. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- float stof( xref:bsl/string.adoc[string] const& str, std::size_t* pos = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#