Click or drag to resize

GUIConversionToString(DateTime) Method

Converts the specified date/time 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(
	DateTime o
)

Parameters

o  DateTime
The date and time value to convert.

Return Value

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