Click or drag to resize
ValidationHelperGetDecimal Method (Object, Decimal)
Converts the given object to a decimal value

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static decimal GetDecimal(
	Object value,
	decimal defaultValue
)

Parameters

value
Type: SystemObject
Value to convert
defaultValue
Type: SystemDecimal
Default value

Return Value

Type: Decimal
See Also