XmlDictionaryReader.ReadContentAsString Method (XmlDictionaryString(), Int32%)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts a node's content to a string.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
'Declaration Public Overridable Function ReadContentAsString ( _ strings As XmlDictionaryString(), _ <OutAttribute> ByRef index As Integer _ ) As String
Parameters
- strings
- Type:
System.Xml.XmlDictionaryString
()
The array of XmlDictionaryString objects to match content against.
- index
- Type:
System.Int32
%
The index of the entry in strings that matches the content.
| Exception | Condition |
|---|---|
| ArgumentNullException | strings is Nothing. |
| ArgumentNullException | An entry in strings is Nothing. |
Show: