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

◆ ustring() [7/66]

xtd::ustring::ustring ( size_t  count,
char16  character 
)

Initializes a new instance of xtd::ustring with specified count copies of character.

Parameters
strThe string to copy.
countThe number of copies of character.
characterThe character copied.