Chaining Null-Coalescing Operator In C#

5

What is Null-Coalescing Operator? Null-Coalescing operator is double question mark (??). It returns the left hand operand if not null, else returns the right hand operand.

Read this post on diptimayapatra.wordpress.com


Diptimaya Patra

blogs from Bangalore, India