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