devxlogo

September 25, 2018

Chaining Null Comparisons with the ?? Operator

Did you know you can chain null comparisons to any level on an object with ?? operator? See below for an example: string inputString;//set some value.var multiEvaluationResult = inputString?? secondaryString