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;
The next character in the element content. If current position is the end of the element content, zero is returned.
XmlReader Class | XmlReader Members | System.NewXml Namespace