ValidationHelperGetDecimal Method (Object, Decimal, String) |
Returns the decimal representation of an object or default value if not.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax public static decimal GetDecimal(
Object value,
decimal defaultValue,
string culture
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: SystemDecimal
Default value - culture
- Type: SystemString
Culture code
Return Value
Type:
DecimalSee Also