Share via


Pair<T1, T2>.ToString Method (String)

Replaces the {0} and {1} tokens in the supplied format string with the string values of the first and second values in the pair.

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Function ToString ( _
    format As String _
) As String
'Usage
Dim instance As Pair
Dim format As String
Dim returnValue As String

returnValue = instance.ToString(format)
public string ToString(
    string format
)

Parameters

Return Value

Type: System.String
The string representation of the pair.

See Also

Reference

Pair<T1, T2> Structure

Pair<T1, T2> Members

ToString Overload

Microsoft.BusinessData.Infrastructure Namespace