Click or drag to resize

MPUtilityParseXml Method

Returns the XML node for the specified string.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static XmlNode ParseXml(
	string xml
)

Parameters

xml
Type: SystemString

Return Value

Type: XmlNode
See Also