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