Click or drag to resize

GUIConversionToString(TimeSpan) Method

Converts the specified time span to a culture-dependent string.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string ToString(
	TimeSpan o
)

Parameters

o  TimeSpan
The time span value to convert.

Return Value

String
The culture-dependent string representation of o.
See Also