Created
February 18, 2015 15:50
-
-
Save jsauve/3e3de4ba15d89c9ced4d to your computer and use it in GitHub Desktop.
Three line ternary
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
logoImageUrl = | |
!String.IsNullOrEmpty(logoImageUrl) ? | |
logoImageUrl : null; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment