XmlDocument.Load Vs XmlDocument.LoadXml

前端 未结 5 1523
面向向阳花
面向向阳花 2021-01-07 18:41

I just came across with a problem using XmlDocument.LoadXml.

The application was crashing, giving the following error:

\"Data at

5条回答
  •  梦谈多话
    2021-01-07 19:30

    Load() loads from a certain source, whereas LoadXml() loads directly from a string

提交回复
热议问题