ConversionToInt32(Object) Method
Return the Integer representation of the specified object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static int ToInt32(
Object value
)
Public Shared Function ToInt32 (
value As Object
) As Integer
No code example is currently available or this language may not be supported.
- value Object
-
Numeric value.
Int32
Int32 value converted from the abstract object.