Converts the current value to a 32-bit signed integer based on the underlying type.
[Visual Basic] Overridable Public Function ToInt32() As Integer [C#] public virtual int ToInt32(); [C++] public: virtual int ToInt32(); [JScript] public function ToInt32() : int;
The converted value.
Uses Convert to perform the conversion.