Copies the characters in this instance to a Unicode character array starting at specified index with specified length.
Parameters
start_index
The starting position of string to convert.
length
The length of the string to convert
Returns
A character array whose elements are the individual characters of this instance. If this instance is an empty xtd::ustring, the returned array is empty and has a zero length.