Click or drag to resize

AsciiLineAnalysisIsDateTime Method

Tests wether or not the string s is a date/time string.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Boolean
True if the string can be parsed to a date/time value.
See Also