'Declaration
<NotNullAttribute()> <PureAttribute()> Public Overloads Function RelativeTo( _ ByVal toPath As BrowsePath _ ) As String
'Usage
Dim instance As BrowsePath Dim toPath As BrowsePath Dim value As String value = instance.RelativeTo(toPath)
[NotNull()] [Pure()] public string RelativeTo( BrowsePath toPath )
[NotNull()] [Pure()] public: String^ RelativeTo( BrowsePath^ toPath )
Parameters
- toPath
- The browse path to which the relative path string should be computed.
Return Value
The relative path string from the current browse path to the toPath.