System::Xml::XmlValidatingReader::ReadString method
XmlValidatingReader::ReadString method
Reads the contents of an element or text node as a string.
String System::Xml::XmlValidatingReader::ReadString() override
ReturnValue
The contents of the element or text node. This can be an empty string if the reader is positioned on something other than an element or text node, or if there is no more text content to return in the current context.
See Also
- Class String
- Class XmlValidatingReader
- Namespace System::Xml
- Library Aspose.TeX for C++