ValidationHelperGetDecimalSystem Method |
Converts the given object to a decimal value
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static decimal GetDecimalSystem(
Object value,
decimal defaultValue
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: SystemDecimal
Default value
Return Value
Type:
DecimalSee Also