Click or drag to resize
ValidationHelper.GetDoubleSystem Method
Returns the double representation of an object (using English representation of floating point numbers) or default value if not.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static double GetDoubleSystem(
	Object value,
	double defaultValue
)

Parameters

value
Type: System.Object
Value to convert
defaultValue
Type: System.Double
Default value

Return Value

Type: Double
See Also