| Visual Basic (Usage) | Copy Code |
|---|---|
Dim textToParse As String Dim value As RelativePathFormatter value = RelativePathFormatter.Parse(textToParse) | |
| C# | |
|---|---|
public static RelativePathFormatter Parse( string textToParse ) | |
Parameters
- textToParse
| Exception | Description |
|---|---|
| ServiceResultException | Thrown if any errors occur during parsing |
Parses a string representing a relative path.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x