Visual Basic (Usage) | ![]() |
---|---|
Dim textToParse As String Dim currentTable As NamespaceTable Dim targetTable As NamespaceTable Dim value As RelativePathFormatter value = RelativePathFormatter.Parse(textToParse, currentTable, targetTable) |
C# | |
---|---|
public static RelativePathFormatter Parse( string textToParse, NamespaceTable currentTable, NamespaceTable targetTable ) |
Parameters
- textToParse
- currentTable
- targetTable
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