Noemax FastInfoset.NET
ReadString Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : ReadString Method






Reads the contents of the current node into a string.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Function ReadString() As String
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As String
 
value = instance.ReadString()
C# 
public override string ReadString()
Delphi 
public function ReadString(): String; override; 
JScript 
public override function ReadString() : String;
Managed Extensions for C++ 
public: string* ReadString(); override 
C++/CLI 
public:
String^ ReadString(); override 

Return Value

A string that contains the contents of the current node.

See Also