ValidationHelperGetDecimal Method (Object, Decimal, CultureInfo) |
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 static decimal GetDecimal(
Object value,
decimal defaultValue,
CultureInfo culture = null
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: SystemDecimal
Default value - culture (Optional)
- Type: System.GlobalizationCultureInfo
Culture for the conversion
Return Value
Type:
DecimalSee Also