[#RPCArg-ToStringObj] = xref:RPCArg.adoc[RPCArg]::ToStringObj :relfileprefix: ../ :mrdocs: Return the type string of the argument when it is in an object (dict). Set oneline to get the oneline representation (less whitespace) == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string ToStringObj(bool oneline) const; ---- == Return Value The type string of the argument as an object member. == Parameters [cols="1,4"] |=== | Name| Description | *oneline* | If true, return the compact one‐line representation. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#