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



Reads the current element and returns the content as a 64-bit signed integer.


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

Overload List

OverloadDescription
ReadElementContentAsLong() Reads the current element and returns the content as a 64-bit signed integer.  
ReadElementContentAsLong(String) Checks that the specified name matches that of the current element, then reads the current element and returns the content as a 64-bit signed integer.  
ReadElementContentAsLong(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 64-bit signed integer.  

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in System.Xml.XmlReader