'Declaration
Public Overloads Shared Function Parse( _ ByVal textToParse As String _ ) As RelativePathFormatter
'Usage
Dim textToParse As String Dim value As RelativePathFormatter value = RelativePathFormatter.Parse(textToParse)
public static RelativePathFormatter Parse( string textToParse )
public: static RelativePathFormatter^ Parse( String^ textToParse )
Parameters
- textToParse