Your Ad Here

Posted By

amos24c on 10/06/11


Tagged

operator c#


Versions (?)

?: conditional operator in c#


 / Published in: C#
 

  1. FirstName = (!string.IsNullOrEmpty(e.aka)) ? e.aka : e.first_name

Report this snippet  

You need to login to post a comment.