Click or drag to resize
ValidationHelperGetSafeInteger Method
Returns the integer representation of an object or default value if not. Consumes all exceptions.

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

Parameters

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

Return Value

Type: Int32
See Also