XmlDictionaryReader.ReadContentAsChars Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Reads the content into a char array.

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

Syntax

Public Overridable Function ReadContentAsChars ( _
    chars As Char(), _
    offset As Integer, _
    count As Integer _
) As Integer
public virtual int ReadContentAsChars(
    char[] chars,
    int offset,
    int count
)

Parameters

  • chars
    Type: array<System..::.Char>[]()[]
    The array into which the characters are put.

Return Value

Type: System..::.Int32
Number of characters read.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

XmlDictionaryReader Class

System.Xml Namespace