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