C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Xml
XmlReader Class
XmlReader Methods
Create Method
Dispose Method
GetAttribute Method
IsStartElement Method
MoveToContent Method
MoveToElement Method
MoveToFirstAttribute Method
MoveToNextAttribute Method
Read Method
ReadContentAsString Method
ReadElementContentAsString Method
ReadElementString Method
ReadEndElement Method
ReadStartElement Method
ReadString Method
ReadToFollowing Method
ReadToNextSibling Method
Skip Method
XmlReader
ReadContentAsString Method
Reads the text content at the current position as a
String
object.
Namespace:
System.Xml
Assembly:
CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
virtual
string
ReadContentAsString
()
Return Value
Type:
String
The text content as a
String
object.
Exceptions
Exception
Condition
InvalidCastException
The attempted cast is not valid.
FormatException
The string format is not valid.
See Also
Reference
XmlReader Class
System.Xml Namespace