|
inlineconstexpr |
Initializes a new instance of xtd::ustring with specified string view of substring and allocator.
string_view | The string view. |
index | The index of the first substring character where start copy. |
count | The number of substring characters to copy. |
allocator | The allocator to use for all memory allocations of this string. |