[#RPCArg-ToDescriptionString] = xref:RPCArg.adoc[RPCArg]::ToDescriptionString :relfileprefix: ../ :mrdocs: Return the description string, including the argument type and whether the argument is required. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string ToDescriptionString(bool is_named_arg) const; ---- == Return Value The full description string. == Parameters [cols="1,4"] |=== | Name| Description | *is_named_arg* | Whether the argument is passed as a named argument. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#