gpt4 book ai didi

C# 将 XML 存储到字符串中

转载 作者:太空宇宙 更新时间:2023-11-03 21:18:34 24 4
gpt4 key购买 nike

我有这样一种情况,我将一些 XML 存储到一个字符串中:

string searchXML = @"<Search order=""name""><Group conditions_operand=""all""><Condition model=""Company""><Attribute>id</Attribute><Operator>equals</Operator><Values><Value>" + variablenamehere + "</Value></Values></Condition></Group></Search>";

而且我注意到它将它存储到包含几个转义字符的字符串中,例如,如果我检查我看到的字符串:

<Search order=\"name\"><Group conditions_operand=\"all\">

它实际上在其中存储了\字符吗?如果是这样,我怎么能摆脱它,因为我认为这是格式不正确的 XML。我首先使用双引号,因为我需要将其作为转义序列。

最佳答案

不,它不存储转义字符。这就是调试器显示字符串的方式。如果您在 Visual Studio 的即时窗口中键入 searchXML,它应该不带转义字符打印出来。

关于C# 将 XML 存储到字符串中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32401732/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com