Click or drag to resize
ValidationHelperIsDouble Method
Returns true if the object representation matches the Double type.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsDouble(
	Object value,
	string culture = null
)

Parameters

value
Type: SystemObject
Value to check
culture (Optional)
Type: SystemString
Optional culture code. If null, culture of current thread is used.

Return Value

Type: Boolean
See Also