'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 cannot be
null
(Nothing
in Visual Basic).
Return Value
true
when the given string denotes an absolute browse path; false
otherwise.