AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

StringExtensions..::..ToInteger Method

Converts to integer.

Namespace:  AdvantageCMS.Core.Common
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static int ToInteger(
	this Object s,
	int defaultValue
)

Parameters

s
Type: Object
The s.
defaultValue
Type: Int32
The default value.

Return Value

System.Int32.