Re: Why does ToTitleCase not work if the case is already in upper case?



On Sun, 15 Apr 2007 16:17:37 -0700, titan nyquist <titan.nyquist@xxxxxxxxx> wrote:

Why does ToTitleCase not work if the case is already in upper case?

So that acronyms and abbreviations are not incorrectly converted to lower case, as the documentation explains.

I have to make my string lowercase, first, before I pass to to
ToTitleCase to have it work.

If you know that the string is all upper-case, this is probably a fine solution. Beware, however, of accidently converting to lower-case letters that should be upper-case.

Pete
.