TimeSpan::ToString Method
.NET Framework (current version)
Converts the value of the current TimeSpan object to its equivalent string representation.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ToString() | Converts the value of the current TimeSpan object to its equivalent string representation.(Overrides ValueType::ToString().) |
![]() | ToString(String^) | Converts the value of the current TimeSpan object to its equivalent string representation by using the specified format. |
![]() | ToString(String^, IFormatProvider^) | Converts the value of the current TimeSpan object to its equivalent string representation by using the specified format and culture-specific formatting information. |
Show:
