Click or drag to resize

XDocument.OpenText Method

X#
Open a XML document from a string

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 METHOD OpenText(
	cContents AS STRING
) AS LOGIC
Request Example View Source

Parameters

cContents
Type: String

Return Value

Type: Logic
See Also