GUIConversionToString(TimeSpan) Method |
Converts the specified time span to a culture-dependent string.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string ToString(
TimeSpan o
)
Parameters
- o TimeSpan
- The time span value to convert.
Return Value
StringThe culture-dependent string representation of
o.
See Also