Description
Parse methods throw FormatException on invalid input. Use TryParse to safely handle invalid input without exceptions, especially when processing user input or external data.Properties
- Category: Reliability
- Severity: Warning
- Enabled by default: True
- Code fix available: False
