System.Tuple<T1,T2,T3>.ToString Method

Returns a string that represents the value of this Tuple`3 instance.

Syntax

public override string ToString ()

Returns

The string representation of this Tuple`3 object.

Remarks

The string returned by this method takes the form (Item1, Item2, Item3), where Item1, Item2, and Item3 represent the values of the Tuple`3.Item1, Tuple`3.Item2, and Tuple`3.Item3 properties, respectively. If any of the property values is null, it is represented as string.Empty.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0