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






Reads a single or multiple occurrences of 16-bit integer values from the current position.
Syntax
'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(); 

Return Value

The 16-bit integer values read.
Remarks

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.

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