XmlDictionaryReader.IsTextNode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Tests whether the current node is a text node.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- nodeType
- Type: System.Xml.XmlNodeType
Type of the node being tested.
Return Value
Type: System.Booleantrue if the node type is Text(), Whitespace(), SignificantWhitespace(), CDATA(), or Attribute(); otherwise, false.
Show: