Tuple<T1>::ToString Method ()
.NET Framework (current version)
Returns a string that represents the value of this Tuple<T1> instance.
Assembly: mscorlib (in mscorlib.dll)
The string returned by this method takes the form (Item1), where Item1 represents the value of the Item1 property. If the value of Item1 is null, it is represented as String::Empty.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: