Search
Converter.ToInt32 Method
See Also
 





Converts a string value to 32-bit integer.

 Overload List

Name Description

Converter.ToInt32 (String)

Converts the specified string value to 32-bit integer.

Converter.ToInt32 (String, Int32)

Converts the specified string value to 32-bit integer without throwing exceptions. In case the specified string cannot be converted, the specified default value is returned.

 See Also