Click or drag to resize
PathParse Method
Creates a new Path

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public static Path Parse(
	string text
)

Parameters

text
Type: SystemString
The path to parse

Return Value

Type: Path
A Path
See Also