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

◆ quoted() [2/2]

ustring xtd::ustring::quoted ( value_type  delimiter,
value_type  escape 
) const

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

Parameters
delimiterThe character to use as the delimiter, defaults to "</tt>. @param escape The character to use as the escape character, defaults to <tt>\\</tt>. @return A new quoted string. @remarks for more information see <a href="https://en.cppreference.com/w/cpp/io/manip/quoted" >std::quoted.