'Declaration
<NotNullAttribute()> 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()] BrowsePath Parse( string value )
[NotNull()] BrowsePath^ Parse( String^ value )
Parameters
- value
- The string containing the browse path to be parsed.
Return Value
Returns the browse path object parsed from the input value.