PathParse Method A Sandcastle Documented Class Library
Creates a new Path

Namespace:  Apptus.Util.Xml
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.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

Reference