'Declaration
<JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.PureAttribute()> Public Function IsAbsolute( _ ByVal value As String _ ) As Boolean
'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.
This return value of this method should not be ignored.