'Declaration
<NotNullAttribute()> Public Overloads Shared Function Parse( _ ByVal value As String, _ ByVal defaultNamespaceUriString As String _ ) As UABrowsePath
'Usage
Dim value As String Dim defaultNamespaceUriString As String Dim value As UABrowsePath value = UABrowsePath.Parse(value, defaultNamespaceUriString)
[NotNull()] public static UABrowsePath Parse( string value, string defaultNamespaceUriString )
[NotNull()] public: static UABrowsePath^ Parse( String^ value, String^ defaultNamespaceUriString )
Parameters
- value
- The string containing the absolute browse path to be parsed.
- defaultNamespaceUriString
- The namespace URI to be used with all elements that do not explicitly specify a namespace.
Return Value
Returns the browse path object parsed from the input value.