| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : ReadAsShort Method |
'Declaration Public Function ReadAsShort() As System.Short()
'Usage Dim instance As XmlFastInfosetReader Dim value() As System.Short value = instance.ReadAsShort()
public System.short[] ReadAsShort()
public function ReadAsShort(): System.array of Int16;
public function ReadAsShort() : System.short[];
public: System.short[]* ReadAsShort();
public: System.array<short>^ ReadAsShort();
The ReadAsShort method reads a single or multiple short integer values from the current position in the content.
The short integer values must have been encoded using Fast Infoset's binary encoding of short 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