[#Descriptor-ToString] = xref:Descriptor.adoc[Descriptor]::ToString :relfileprefix: ../ :mrdocs: Convert the descriptor back to a string, undoing parsing. == Synopsis Declared in `<script/descriptor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::string ToString(bool compat_format = false) const = 0; ---- == Return Value The descriptor string. == Parameters [cols="1,4"] |=== | Name| Description | *compat_format* [in] | Whether to emit the backwards‐compatible string form. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#