| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : ReadAsLong Method |
'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();
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.
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