If your data is an array then you need to do something like this: JsonConvert.DeserializeXmlNode("{\"Row\":" + json + "}", "root").ToXmlString() otherwise you ...
確定! 回上一頁