Tag.toString

Returns the string representation of a Tag

class Tag
const override @safe
string
toString
()

Examples

auto tag = new Tag("book",TagType.START);
writefln(tag.toString()); // writes "<book>"

Meta

Suggestion Box / Bug Report