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