Closed
Description
openedon Jun 19, 2019
c["Region"] ?? "ZZ"
gives value of ZZ
only if c does not contain key Region. If c["Region"] has value of null the expression returns null rather than ZZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment