XmlDictionaryReader.IsLocalName 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, localName, is the local name of the current node.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
'Declaration Public Overridable Function IsLocalName ( _ localName As XmlDictionaryString _ ) As Boolean
Parameters
- localName
- Type: System.Xml.XmlDictionaryString
An XmlDictionaryString that represents the local name of the current node.
Return Value
Type: System.Booleantrue if localName matches the local name of the current node; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | localName is Nothing. |
Show: