xml文書を文字列からロードする

C# | Visual Basic | Visual C++ |
public static XmlDocument LoadXml( string xmlString )
Public Shared Function LoadXml ( _ xmlString As String _ ) As XmlDocument
public: static XmlDocument^ LoadXml( String^ xmlString )

- xmlString (String)
[Missing <param name="xmlString"/> documentation for "M:CFW.Util.XmlUtil.LoadXml(System.String)"]

[Missing <returns> documentation for M:CFW.Util.XmlUtil.LoadXml(System.String)]