XmlDictionaryReader.ReadContentAsChars(Char[], Int32, Int32) Method

Definition

Reads the content into a char array.

public:
 virtual int ReadContentAsChars(cli::array <char> ^ chars, int offset, int count);
public virtual int ReadContentAsChars (char[] chars, int offset, int count);
abstract member ReadContentAsChars : char[] * int * int -> int
override this.ReadContentAsChars : char[] * int * int -> int
Public Overridable Function ReadContentAsChars (chars As Char(), offset As Integer, count As Integer) As Integer

Parameters

chars
Char[]

The array into which the characters are put.

offset
Int32

The starting index in the array.

count
Int32

The number of characters to put in the array.

Returns

Number of characters read.

Applies to