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.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- chars
- Type:
System.Char
[]
The array into which the characters are put.
- offset
- Type: System.Int32
The starting index in the array.
- count
- Type: System.Int32
The number of characters to put in the array.
Show: