1

Possible Duplicate:
Is there a VB.NET equivalent for C#'s ?? operator?

Is there an equivalent in VB.NET to C#'s ?? operator?

Community
  • 1
  • 1
Brennan Vincent
  • 10,736
  • 9
  • 32
  • 54
  • Duplicate http://stackoverflow.com/questions/403445/is-there-a-vb-net-equivalent-for-cs-operator http://stackoverflow.com/questions/629036/coalesce-operator-and-conditional-operator-in-vb-net – Samuel Meacham Jul 02 '10 at 17:51

1 Answers1

1

Yes there is. See msdn (Null coalescing).

Femaref
  • 60,705
  • 7
  • 138
  • 176