Click or drag to resize

GUIConversionIsDoubleOrNull Method

Determines whether the specified string represents a Double value or an empty value.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsDoubleOrNull(
	string s,
	out double? val
)

Parameters

s  String
The string to parse.
val  NullableDouble
The parsed nullable value.

Return Value

Boolean
if parsing succeeded; otherwise, .
See Also