Indicates whether the current text node consists of whitespace characters only.
[Visual Basic] Overridable Public ReadOnly Property IsWhitespace As Boolean [C#] public bool IsWhitespace {virtual get;} [C++] public: __property virtual bool get_IsWhitespace(); [JScript] public function get IsWhitespace() : Boolean;
This property is true if the reader is positioned on a text node and that text node is an empty string or consists of whitespace characters only. The following characters are classified as whitespace: Space (0x20), carriage return (0x0D), line feed (0x0A), and tab (0x09).
XmlReader Class | XmlReader Members | System.Xml Namespace | Text