Click or drag to resize
TimeSpanToString Method
Overload List
  NameDescription
Public methodToString
Converts the value of the current TimeSpan object to its equivalent string representation.
(Overrides ValueTypeToString.)
Public methodToString(String)
Converts the value of the current TimeSpan object to its equivalent string representation by using the specified format.
Public methodToString(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.
Top
See Also