Click or drag to resize
ValidationHelperGetDecimalSystem Method
Converts the given object to a decimal value

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

Parameters

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

Return Value

Type: Decimal
See Also