Click or drag to resize
ValidationHelperGetInteger Method
Returns the integer representation of an object or default value if not.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static int GetInteger(
	Object value,
	int defaultValue,
	CultureInfo culture = null
)

Parameters

value
Type: SystemObject
Value to convert
defaultValue
Type: SystemInt32
Default value
culture (Optional)
Type: System.GlobalizationCultureInfo
Culture used for conversion

Return Value

Type: Int32
See Also