Click or drag to resize

GUIConversionIsTimeSpan(String) Method

Is the provided string a time span?

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsTimeSpan(
	string s
)

Parameters

s  String
The string to parse

Return Value

Boolean
True if the string can successfully parsed to a TimeSpan object.
See Also