GUIConversionToString(DateTime) Method |
Converts the specified date/time 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(
DateTime o
)
Parameters
- o DateTime
- The date and time value to convert.
Return Value
StringThe culture-dependent string representation of
o.
See Also