AsciiLineAnalysisIsDateTime Method |
Tests wether or not the string s is a date/time string.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsDateTime(
string s,
CultureInfo dateTimeFormat
)
Parameters
- s String
- The string to test.
- dateTimeFormat CultureInfo
- The culture info used to test if s is a date/time string.
Return Value
BooleanTrue if the string can be parsed to a date/time value.
See Also