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!

XmlReader.ReadChar

Reads the element content one character at a time.

[Visual Basic]
MustOverride Public Function ReadChar() As Char
[C#]
public abstract char ReadChar();
[C++]
public: virtual __wchar_t ReadChar() = 0;
[JScript]
public abstract 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

XmlReader Class | XmlReader Members | System.NewXml Namespace