Convert..::..ToInt32 Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
ToInt32(Object) |
Converts the value of the specified object to a 32-bit signed integer.
Note: Calling this method for [DateTime] value always throws InvalidCastException.
|
![]() ![]() |
ToInt32(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.
|
![]() ![]() |
ToInt32(String, Int32) |
Converts the string representation of a number in a specified base to an equivalent 32-bit signed integer.
|