xtd::ustring::ustring | ( | size_t | count, |
value_type | character | ||
) |
Initializes a new instance of xtd::ustring with specified count copies of character.
str | The string to copy. |
count | The number of copies of character. |
character | The character copied. |