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

◆ ustring() [13/66]

xtd::ustring::ustring ( const ustring str,
size_t  index,
size_t  count 
)

Initializes a new instance of xtd::ustring with specified substring at index and count characters.

Parameters
strThe string to copy.
indexThe index of the first substring character where start copy.
countThe number of substring characters to copy.