ConversionToInt32(Object) Method

Return the Integer representation of the specified object.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static int ToInt32(
	Object value
)

Parameters

value  Object
Numeric value.

Return Value

Int32
Int32 value converted from the abstract object.

See Also