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






Reads a single or multiple occurrences of 64-bit integer values from the current position.
Syntax
'Declaration
 
Public Function ReadAsLong() As System.Long()
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value() As System.Long
 
value = instance.ReadAsLong()
public System.long[] ReadAsLong()
public function ReadAsLong(): System.array of Int64; 
public function ReadAsLong() : System.long[];
public: System.long[]* ReadAsLong(); 
public:
System.array<int64>^ ReadAsLong(); 

Return Value

The 64-bit integer values read.
Remarks

The ReadAsLong method reads a single or multiple long integer values from the current position in the content.

The long integer values must have been encoded using Fast Infoset's binary encoding of long integer values.

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

Send Feedback