std::string GetStringData(unsigned int tag) const std::string GetStringData(const char *tag) const
These methods return the first instance of an STL string stored previously with the associated data tag. This method is equivalent to calling the GetData method with template argument std::string.