FastInfoset.NET Class Reference for .NET
ReadContentAsLong Method (XmlFastInfosetReader)






Reads the text content at the current position as a 64-bit signed integer.
Syntax
'Declaration
 
Public Overrides NotOverridable Function ReadContentAsLong() As System.Long
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value As System.Long
 
value = instance.ReadContentAsLong()
public override System.long ReadContentAsLong()
public function ReadContentAsLong(): System.Int64; override; 
public override function ReadContentAsLong() : System.long;
public: System.long ReadContentAsLong(); override 
public:
System.int64 ReadContentAsLong(); override 

Return Value

The content as a 64-bit signed integer.
Remarks

If the content is a binary encoded 64-bit signed integer, the reader returns the value read. If the content is of any other type, the reader attempts to convert it to a 64-bit signed integer.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in ReadContentAsLong

Send Feedback