Method | Description | |
---|---|---|
ToInt32 ( this str ) : int |
Converts the provided string to an INT32, throwing an exception in case of invalid string format.
|
public static ToInt32 ( this str ) : int | ||
str | this | The string to be parsed to INT32. |
return | int |