XmlDictionaryReader.ReadBooleanArray Method (XmlDictionaryString, XmlDictionaryString)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Reads repeated occurrences of Boolean nodes into a typed array.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public virtual bool[] ReadBooleanArray( XmlDictionaryString localName, XmlDictionaryString namespaceUri )
Parameters
- localName
- Type: System.Xml.XmlDictionaryString
The local name of the element.
- namespaceUri
- Type: System.Xml.XmlDictionaryString
The namespace URI of the element.
Show: