Converts an object to an integer value.
'Declaration
Public Overloads Shared Function GetInt( _
ByVal As Object _
) As Integer
public static int GetInt(
object
)
Parameters
- value
- The object to convert.
Return Value
The converted value, or 0 if the object could not be converted.