GetIntFromString Method
- Last UpdatedNov 06, 2025
- 1 minute read
Converts the input string to a valid integer if appropriate; else the default string is returned back to the caller.
| Overload | Description |
|---|---|
| GetIntFromString(String,Int32) | Converts the input string to a valid integer if appropriate; else the default string is returned back to the caller. |
| GetIntFromString(String) | Converts the input string to a valid integer if appropriate; an exception is thrown to the caller if the conversion fails. |