Share via


Pair<T1, T2>.ToString Method

Include Protected Members
Include Inherited Members

Provides a string representation of the two values in the pair by using various options.

Overload List

  Name Description
Public method ToString() Provides a string representation of the two values in the pair. (Overrides ValueType.ToString().)
Public method ToString(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.

Top

See Also

Reference

Pair<T1, T2> Structure

Pair<T1, T2> Members

Microsoft.BusinessData.Infrastructure Namespace