ReadContentAsString Method (String[], Int32)
Collapse the table of content
Expand the table of content

XmlDictionaryReader.ReadContentAsString Method (String(), 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.

Namespace:  System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

'Declaration
Public Overridable Function ReadContentAsString ( _
	strings As String(), _
	<OutAttribute> ByRef index As Integer _
) As String

Parameters

strings
Type: System.String ()
The array of strings to match content against.
index
Type: System.Int32 %
The index of the entry in strings that matches the content.

Return Value

Type: System.String
The node content in a string representation.

ExceptionCondition
ArgumentNullException

strings is Nothing.

ArgumentNullException

An entry in strings is Nothing.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft