System.Tuple<T1>.ToString Method

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

Syntax

public override string ToString ()

Returns

The string representation of this Tuple`1 object.

Remarks

The string returned by this method takes the form (Item1), where Item1 represents the value of the Tuple`1.Item1 property. If the value of Tuple`1.Item1 is null, it is represented as string.Empty.

Requirements

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