Im trying to figure out to convert the following statement to a trygetvalue.
Any help would be greatly appreciated.
filters.ContainsKey("companyCode") ? filters["companyCode"] : string.Empty;
I have code that I inherited that has about 25 of these that builds one query statement.