ValidationHelperIsDouble Method |
Returns true if the object representation matches the Double type.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax 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:
BooleanSee Also