ValidationHelperGetInteger Method |
Returns the integer representation of an object or default value if not.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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:
Int32See Also