> if you're really calling the (char, char) overload, then it's a bug. If > you're using the (string, string) overload then it's a feature (try > setting Invariant culture to make it stop happening.) You are right. I was using the string version. It works better with chars. Thanks very much. --