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!

XmlTextReader.ReadChar

Reads the element content one character at a time.

[Visual Basic]
Overrides Public Function ReadChar() As Char
[C#]
public override char ReadChar();
[C++]
public: override __wchar_t ReadChar();
[JScript]
public override function ReadChar() : Char;

Return Value

The next character in the element content. If current position is the end of the element content, zero is returned.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace