Chapter 19. Replacing If/Else Blocks with the Ternary Operator
In this chapter, you will learn how to make use of the ternary operator to make decisions. I'll show you how to use it with the TryParse
method so that you can understand its power better.