[]
        
(Showing Draft Content)

FarPoint.CalcEngine.CalcConvert.ToInt

ToInt Method

ToInt(object)

Converts the specified value to a 32-bit signed integer.

Declaration
public static int ToInt(object value)
Public Shared Function ToInt(value As Object) As Integer
Parameters
Type Name Description
object value

Value to convert

Returns
Type Description
int

32-bit signed integer equivalent to the specified value

Exceptions
Type Condition
InvalidCastException

Value cannot be converted.