ValidationHelperIsDecimal Method |
Returns true if the object representation matches the Decimal type.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static bool IsDecimal(
Object value,
string culture = null
)
Parameters
- value
- Type: SystemObject
Value to check - culture (Optional)
- Type: SystemString
Culture code
Return Value
Type:
BooleanSee Also