XmlDictionaryReader.ReadContentAsChars(Char[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.