'宣言 Public Shared Function FromString( _ ByVal s As System.String _ ) As XmlDocumentWrapper
'使用法 Dim s As System.String Dim value As XmlDocumentWrapper value = XmlDocumentWrapper.FromString(s)
public static XmlDocumentWrapper FromString( System.string s )
パラメータ
- s