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



Reads a single or multiple occurrences of 64-bit integer values from the current position.


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

Syntax

Visual Basic (Declaration) 
Public Function ReadAsLong() As Long()
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value() As Long
 
value = instance.ReadAsLong()
C# 
public long[] ReadAsLong()
C++/CLI 
public:
array<long>^ 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.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also