System::Xml::XmlTextReader::ReadString method
XmlTextReader::ReadString method
Reads the contents of an element or a text node as a string.
String System::Xml::XmlTextReader::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. Note: The text node can be either an element or an attribute text node.
See Also
- Class String
- Class XmlTextReader
- Namespace System::Xml
- Library Aspose.PUB for C++