'Declaration
<CanBeNullAttribute()> Function TryCombine( _ ByVal more As String _ ) As StringParsingError
'Usage
Dim instance As _BrowsePath Dim more As String Dim value As StringParsingError value = instance.TryCombine(more)
[CanBeNull()] StringParsingError TryCombine( string more )
[CanBeNull()] StringParsingError^ TryCombine( String^ more )
Parameters
- more
- The relative browse path string that the current browse path is to be combined with.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
null
if successful; otherwise, some OpcLabs.BaseLib.IStringParsingError indicating the reason of the failure.
This method can return null
(Nothing
in Visual Basic).