Method Tag.toSDLString
Output this
entire tag in SDL format. Does *not* treat 'this
' as a root tag. If you intend this
to be the root of a standard SDL document, use 'toSDLDocument
' instead.
Prototypes
string toSDLString()(string indent = "\x09", int indentLevel = 0)( string indent, int indentLevel ); void toSDLString(Sink)(ref Sink sink, string indent = "\x09", int indentLevel = 0) if (isOutputRange!(Sink, char))( ref Sink sink, string indent, int indentLevel );