Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetReader.ReadElementContentAs Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : ReadElementContentAs Method



Checks that the specified name matches that of the current element, then reads the current element and returns the content as a value of the type specified.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Overload List

OverloadDescription
Generic ReadElementContentAs(String) Checks that the specified name matches that of the current element, then reads the current element and returns the content as a value of the type specified.  
Generic ReadElementContentAs(String,String) Checks that the specified local name and namespace URI matches that of the current element, then reads the current element and returns the content as a value of the type specified.  
Generic ReadElementContentAs() Reads the current element and returns the content as the a value of the type specified.  
ReadElementContentAs(Type) Reads the current element and returns the content as an object of the type specified.  
ReadElementContentAs(Type,IXmlNamespaceResolver) Reads the current element and returns the content as an object of the type specified.  
ReadElementContentAs(Type,IXmlNamespaceResolver,String,String)  

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also