Convert..::..ToInt32 Method (Object)
Converts the value of the specified object to a 32-bit signed integer.
Note: Calling this method for [DateTime] value always throws InvalidCastException.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static int ToInt32( Object value )
<TemplateAttribute> _ Public Shared Function ToInt32 ( _ value As Object _ ) As Integer
[TemplateAttribute] public: static int^ ToInt32( Object^ value )
Parameters
- value
- Type: System..::..Object