ReadString()
XmlReader::ReadString() method
When overridden in a derived class, reads the contents of an element or text node as a string. However, it is recommended to use the XmlReader::ReadElementContentAsString method instead, because it provides a more straightforward way to handle this operation.
virtual String System::Xml::XmlReader::ReadString()
Return Value
The contents of the element or an empty string.
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Slides