Creates a new Path
Namespace: Apptus.Util.Xml
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public static Path Parse( string text )
Parameters
- text
- Type: SystemString
The path to parse
Return Value
Type: PathA Path
See Also