'宣言 Public Shared Function Combine( _ ByVal addr1 As System.String, _ ByVal addr2 As System.String _ ) As System.String
'使用法 Dim addr1 As System.String Dim addr2 As System.String Dim value As System.String value = ConnectionBase.Combine(addr1, addr2)
パラメータ
- addr1
- The first path to combine.
- addr2
- The second path to combine.
戻り値の型
The combined paths. If one of the specified paths is a zero-length string, this method returns the other path.