'Usage
Dim instance As _UABrowsePathParser Dim value As String Dim value As Boolean value = instance.IsAbsolute(value)
Parameters
- value
- The browse path string to be tested.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
true
when the given string denotes an absolute browse path; false
otherwise.