| Overload | Description |
|---|---|
| ToInt(Nullable<Int32>) | Parses the given input value and converts it to an int. Default return value is 0. |
| ToInt(Object) | Parses the given input value and converts it to an int. Default return value is 0. |
| ToInt(Object,Int32) | Parses the given input value and converts it to an int. |