Click or drag to resize
XmlReaderReadContentAsString 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#
public virtual string ReadContentAsString()

Return Value

Type: String
The text content as a String object.
Exceptions
ExceptionCondition
InvalidCastExceptionThe attempted cast is not valid.
FormatExceptionThe string format is not valid.
See Also