xtd::ustring::ustring | ( | size_t | count, |
char32 | character, | ||
const allocator_type & | allocator | ||
) |
Initializes a new instance of xtd::ustring with specified count copies of character and specified allocator.
str | The string to copy. |
count | The number of copies of character. |
character | The character copied. |
allocator | The allocator to use for all memory allocations of this string. |