gpt4 book ai didi

c# - XDocument.Parse 成功还是失败?

转载 作者:可可西里 更新时间:2023-11-01 07:44:44 27 4
gpt4 key购买 nike

我正在使用

XDocument doc = XDocument.Parse(somestring);

但是我如何验证字符串 somestring 是否是格式正确的 XML。 Try Catch 是执行此操作的唯一方法吗?

最佳答案

Is Try Catch the only way to do this?

XDocument 没有TryParse 方法,因此try-catch 可能是最好的选择。还要考虑根据模式验证您的 XML,因为它不仅会检查 XML 是否格式正确,还会检查约束。

您可能会看到:Validation Against XML Schema (XSD) with the XmlValidatingReader

关于c# - XDocument.Parse 成功还是失败?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19524447/

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