Returns the string representation of a Tag
auto tag = new Tag("book",TagType.START); writefln(tag.toString()); // writes "<book>"
See Implementation
Returns the string representation of a Tag