XmlDictionaryReader.IsNamespaceUri Method (XmlDictionaryString)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks whether the parameter, namespaceUri, is the namespace of the current node.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- namespaceUri
- Type: System.Xml.XmlDictionaryString
The namespace of current node.
Return Value
Type: System.Booleantrue if namespaceUri matches the namespace of the current node; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | namespaceUri is null. |
Show: