Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の例の機能の回答と実用的な例を入手したいと思います。
string str =" my \v question ";
そして、これらのエスケープ記号を使用して:
\0
\r
\f
これらは、受け入れ可能なシーケンス文字のリストです。
Escape Sequence Character \a Bell (beep) \b Backspace \f Formfeed \n Newline \r Return \t Tab \\ Backslash \' Single quote \" Double quote \xdd Hexadecimal representation
http://www.gillius.org/ctut/app_a.htm