IntegerValue returns the Integer representation of the Value

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected int IntegerValue { get; }
Visual Basic
Protected ReadOnly Property IntegerValue As Integer
	Get

Field Value

An integer representing the Value

See Also