C# Switch Statement
Tags:
C#
, 2003
, Language
, Beginning
The switch statement is similar to the Case Select statement in Visual Basic. It allows you to easily evaluate a single variable against multiple possible values. Also explains the use of Break and GoTo statements.