XDocument.OpenText Method | |
Open a XML document from a string
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.21
Syntax METHOD OpenText(
cContents AS STRING
) AS LOGIC
public bool OpenText(
string cContents
)
Request Example
View SourceParameters
- cContents
- Type: String
Return Value
Type:
LogicSee Also