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

◆ ustring() [44/66]

xtd::ustring::ustring ( char32 str,
const allocator_type &  allocator 
)

Initializes a new instance of xtd::ustring with specified string to copy, and allocator.

Parameters
strThe string to copy.
allocatorThe allocator to use for all memory allocations of this string.