TrackingConfigurationElement::GetStringPairKey Method (String^, String^)

.NET Framework (current version)
 

Merges the two specified strings.

Namespace:   System.ServiceModel.Activities.Tracking.Configuration
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

protected:
static String^ GetStringPairKey(
	String^ value1,
	String^ value2
)

Parameters

value1
Type: System::String^

The first string.

value2
Type: System::String^

The second string.

Return Value

Type: System::String^

A string that contains both strings.

.NET Framework
Available since 4.0
Return to top
Show: