Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcConvert Class / ToInt Method
Value to convert


ToInt Method
Converts the specified value to a 32-bit signed integer.
Syntax
'Declaration
 
Public Shared Function ToInt( _
   ByVal value As Object _
) As Integer
 
'Usage
 
Dim value As Object
Dim value As Integer
 
value = CalcConvert.ToInt(value)

Parameters

value
Value to convert

Return Value

32-bit signed integer equivalent to the specified value
Exceptions
ExceptionDescription
Value cannot be converted.
See Also