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






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

Return Value

The 32-bit integer values read.
Remarks

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

The integer values must have been encoded using Fast Infoset's binary encoding of 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