Hi @StewartBW ,
For the specific task of verifying if a file is XML by attempting to load it and catching exceptions, both XDocument
and XmlDocument
will achieve the same result.
But XDocument
provides options like LoadOptions to control certain behaviors (e.g., preserving white space, setting base URI, etc.).
Best Regards.
Jiachen Li
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.