Spread for ASP.NET 12 Product Documentation
ToInt Method


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > CalcConvert Class : ToInt Method
Value to convert
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)
public static int ToInt( 
   object 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

Reference

CalcConvert Class
CalcConvert Members