CommonIsValidDouble Method

checks if the string is a valid double-precision number.

Definition

Namespace: DWSIM.UI.Shared
Assembly: DWSIM.ExtensionMethods.Eto (in DWSIM.ExtensionMethods.Eto.dll) Version: 10.0.0.0
public static bool IsValidDouble(
	string s
)

Parameters

s  String

Return Value

Boolean
true/false

See Also