System::Xml::XmlTextReader::get_WhitespaceHandling method

XmlTextReader::get_WhitespaceHandling method

Returns a value that specifies how white space is handled.

System::Xml::WhitespaceHandling System::Xml::XmlTextReader::get_WhitespaceHandling()

ReturnValue

One of the WhitespaceHandling values. The default is WhitespaceHandling.All (returns Whitespace and SignificantWhitespace nodes).

See Also