有效地 VB 转义字符,如 @'String'在 C# 中
C# 有 @
符号来快速有效地转义 SQL 命令行字符串,有没有办法在 VB.Net 中做同样的事情?
C# have @
symbol to quickly and efficiently escape a SQL command line string, is there any way to do the same thing in VB.Net ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,当用作字符串转义字符时,VB.NET 没有与 C# 的 @ 符号等效的符号。
我猜他不会替换会导致格式问题的字符。请他将 CrLfs 替换为空格。
No, VB.NET doesn't have an equivalent to C#'s @ symbol when used as a string escape character.
I'm guessing that he's not replacing out characters that would cause formatting issues. Ask him to replace CrLfs with a space.