Convert xml string to DataTable or DataSet in C# bysantosh •June 05, 2021 In this post, I will show you how to convert the XML node to DataTable using C#. XML is a very popular format for sharing data between two applications. Sometimes we need to parse the XML to our business objects (in our case d…