'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.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).