NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StringReader.Read

Reads data from an underlying string.

Overload List

Reads a block of characters.

[Visual Basic] Overloads Overrides Public Function Read(Char(), Integer, Integer) As Integer
[C#] public override int Read(char[], int, int);
[C++] public: override int Read(__wchar_t*[], int, int);
[JScript] public override function Read(Char[], int, int) : int;

Reads the next character from the underlying string.

[Visual Basic] Overloads Overrides Public Function Read() As Integer
[C#] public override int Read();
[C++] public: override int Read();
[JScript] public override function Read() : int;

See Also

StringReader Class | StringReader Members | System.IO Namespace