xtd 0.2.0
Loading...
Searching...
No Matches

◆ to_array() [2/3]

std::vector< value_type > xtd::ustring::to_array ( size_t  start_index) const
noexcept

Copies the characters in this instance to a Unicode character array starting at specified index.

Parameters
start_indexThe starting position of 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.