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






Reads the contents of the current node into a string.
Syntax
'Declaration
 
Public Overrides NotOverridable Function ReadString() As System.String
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value As System.String
 
value = instance.ReadString()
public override System.string ReadString()
public function ReadString(): System.String; override; 
public override function ReadString() : System.String;
public: System.string* ReadString(); override 
public:
System.String^ ReadString(); override 

Return Value

A string that contains the contents of the current node.

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
Base Implementation in ReadString

Send Feedback