XmlDictionaryReader.ReadBooleanArray Method (String, String)
[ 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)
'Declaration Public Overridable Function ReadBooleanArray ( _ localName As String, _ namespaceUri As String _ ) As Boolean()
Parameters
- localName
- Type: System.String
The local name of the element.
- namespaceUri
- Type: System.String
The namespace URI of the element.
Show: