Click or drag to resize
ValidationHelperGetDecimal Method (Object, Decimal, String)
Returns the decimal representation of an object or default value if not.

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

Parameters

value
Type: SystemObject
Value to convert
defaultValue
Type: SystemDecimal
Default value
culture
Type: SystemString
Culture code

Return Value

Type: Decimal
See Also