[#common-FeeModeFromString] = xref:common.adoc[common]::FeeModeFromString :relfileprefix: ../ :mrdocs: Parse a fee estimate mode from its string name. == Synopsis Declared in `<common/messages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool FeeModeFromString( std::string_view mode_string, xref:FeeEstimateMode.adoc[FeeEstimateMode]& fee_estimate_mode); ---- == Return Value true if the string named a valid mode. == Parameters [cols="1,4"] |=== | Name| Description | *mode_string* | The mode name to parse (case‐insensitive). | *fee_estimate_mode* | Set to the parsed mode on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#