'Declaration
<NotNullAttribute()> <PureAttribute()> Public Overloads Shared Function Parse( _ ByVal value As String _ ) As BrowsePath
'Usage
Dim value As String Dim value As BrowsePath value = BrowsePath.Parse(value)
[NotNull()] [Pure()] public static BrowsePath Parse( string value )
[NotNull()] [Pure()] public: static BrowsePath^ Parse( String^ value )
Parameters
- value
- The string containing the absolute browse path to be parsed.
Return Value
Returns the browse path object parsed from the input value.