GUIConversionIsDateTime(String) Method |
Is the provided string a date/time?
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsDateTime(
string s
)
Parameters
- s String
- The string to parse
Return Value
BooleanTrue if the string can successfully parsed to a DateTime object.
See Also