WCF-Xtensions Class Reference for Mono
ReadAsString Method (JsonReader)






Reads the next JSON token from the stream as a System.String.
Syntax
'Declaration
 
Public MustOverride Function ReadAsString() As System.String
'Usage
 
Dim instance As JsonReader
Dim value As System.String
 
value = instance.ReadAsString()
public abstract System.string ReadAsString()
public function ReadAsString(): System.String; abstract; 
public __abstract function ReadAsString() : System.String;
public: abstract System.string* ReadAsString(); 
public:
abstract System.String^ ReadAsString(); 

Return Value

A System.String. This method will return null at the end of an array.
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

JsonReader Class
JsonReader Members

Send Feedback