ValueTuple::ToString Method ()

 

Returns the string representation of this ValueTuple instance.

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

public:
virtual String^ ToString() override

Return Value

Type: System::String^

This method always returns "()".

.NET Framework
Available since 4.7
Return to top
Show: