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.
Pex を使用していますが、文字列パラメーターで "\0" をスローし続けています。少しテストしたところ、それはある種の文字列の終わりであることがわかりましたか?
詳細を知るためにこれの正式な名前を探していますが、Googleは「\ 0」のすべての空白を浅くして0にし、文字列の終わりもあまり現れません。
興味深いことに、文字列の長さは "\0" 、長さ 1、表示 "" "\0\0"、長さ 2、表示 "" "1234\056709"、長さ 10、表示 "1234" です。
ヒントのthx
\0 は NUL 文字のエスケープです。