C#'s switch() statement is case-sensitive. Is there a way to toggle it so it becomes case-insensitive?
==============================
Thanks, But , I don't like these solutions;
Because case conditions will be a variable , and I don't know if they ALL are UPPER or lower.