Unarchives the string associated with the given id.
the id associated with the string
the unarchived string
auto archive = new XmlArchive!(); archive.beginUnarchiving(data); auto str = archive.unarchiveString(0);
See Implementation
Unarchives the string associated with the given id.