'Declaration
<CanBeNullAttribute()> Public Function TryCombine( _ ByVal more As String _ ) As IStringParsingError
'Usage
Dim instance As BrowsePath Dim more As String Dim value As IStringParsingError value = instance.TryCombine(more)
[CanBeNull()] public IStringParsingError TryCombine( string more )
[CanBeNull()] public: IStringParsingError^ TryCombine( String^ more )
Parameters
- more
- The relative browse path string that the current browse path is to be combined with.
Return Value
Returns
null
if successful; otherwise, some OpcLabs.BaseLib.IStringParsingError indicating the reason of the failure.