Yes the C# compiler converts switches into a series of if statements. With strings, it simply does a byte-wise comparison; it will not do a localized comparison.
↧