XmlDictionaryReader.IsLocalName Method (String)
[ 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)
Parameters
- localName
- Type: System.String
The local name of the current node.
Return Value
Type: System.Booleantrue if localName matches the local name of the current node; otherwise, false.
Show: