'Declaration Public Shared Function ToInt( _ ByVal value As System.Object _ ) As System.Integer
'Usage Dim value As System.Object Dim value As System.Integer value = CalcConvert.ToInt(value)
public static System.int ToInt( System.object value )
Parameters
- value
- The value to be converted.
Return Value
A System.Int32 indicate the convert result.