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

◆ to_array() [1/3]

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

Copies the characters in this instance to a Unicode character array.

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.