SyntaxFix
Write A Post
Hire A Developer
Questions
Using the new c# syntax with TryParse worked well for me:
// TimeOut if (int.TryParse(ConfigurationManager.AppSettings["timeOut"], out int timeOut)) { this.timeOut = timeOut; }