Pex 和“\0”这个的正确名称是什么?

发布于 2024-08-20 14:33:23 字数 217 浏览 12 评论 0原文

我正在使用 Pex 并不断在我的字符串参数中抛出“\0”。通过一些测试,我发现它是某种字符串结尾?

我正在寻找它的官方名称以了解更多信息,但谷歌正在浅化“\0”的所有空白,使其成为 0,并且字符串结尾也不会出现太多。

有趣的是,字符串的长度是 "\0" ,长度1,显示"" "\0\0" ,长度2,显示“” "1234\056709",长度10,显示"1234"

谢谢提示

I am using Pex and keeps throwing "\0" at my string parameters. Through a little testing I found that it is some sort of end of string?

I am looking for the official name for this to learn more about it but google is shallowing all the white spaces of "\0" making it a 0 and end of string does not turn up much either.

Interstingly the lenght of strings are
"\0" , lenght 1, display ""
"\0\0" , lenght 2, display ""
"1234\056709", length 10, display "1234"

thx for the hints

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

衣神在巴黎 2024-08-27 14:33:23

\0 是 NUL 字符的转义符。

\0 is the escape for the NUL character.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文