XDocument.OpenText 方法 | |
Open a XML document from a string
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 METHOD OpenText(
cContents AS STRING
) AS LOGIC
public bool OpenText(
string cContents
)
查看代码参数
- cContents
- 类型:String
返回值
类型:
Boolean参见