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

◆ ustring() [11/66]

xtd::ustring::ustring ( size_t  count,
wchar  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.