'Declaration
<NotNullAttribute()> <PureAttribute()> Public Function Parse( _ ByVal value As String _ ) As BrowsePath
'Usage
Dim instance As BrowsePathParser Dim value As String Dim value As BrowsePath value = instance.Parse(value)
[NotNull()] [Pure()] public BrowsePath Parse( string value )
[NotNull()] [Pure()] public: BrowsePath^ Parse( String^ value )
Parameters
- value
- The string containing the 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).