[]
        
(Showing Draft Content)

C1.Ssrs.ConnectionBase.Combine

Combine Method

Combine(string, string)

Combines two strings into a path.

Declaration
public static string Combine(string addr1, string addr2)
Public Shared Function Combine(addr1 As String, addr2 As String) As String
Parameters
Type Name Description
string addr1

The first path to combine.

string addr2

The second path to combine.

Returns
Type Description
string

The combined paths. If one of the specified paths is a zero-length string, this method returns the other path.