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

◆ quoted() [1/2]

ustring xtd::ustring::quoted ( ) const

Allows insertion and extraction of quoted strings, such as the ones found in CSV or XML.

Returns
A new quoted string.
Remarks
the delimiter is set to
" 
by default and the escape is set to \ by default.
for more information see std::quoted.