Code:
string x = "test1";
switch(x){
case "test1" : break;
case "test2" : break;
default : break;
}
Why this don't work for string?