Returns a string that represents the value of this Tuple`2 instance.
![]()
The string representation of this Tuple`2 object.
The string returned by this method takes the form (Item1, Item2), where Item1 and Item2 represent the values of the Tuple`2.Item1 and Tuple`2.Item2 properties. If either property value is null, it is represented as string.Empty.