Click or drag to resize
ValidationHelperGetDecimal Method (Object, Decimal, CultureInfo)
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,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
Value to convert
defaultValue
Type: SystemDecimal
Default value
culture
Type: System.GlobalizationCultureInfo
Culture for the conversion

Return Value

Type: Decimal
See Also