Re: Why does ToTitleCase not work if the case is already in upper case?
- From: "Peter Duniho" <NpOeStPeAdM@xxxxxxxxxxxxxxxx>
- Date: Sun, 15 Apr 2007 16:45:20 -0700
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
.
- Follow-Ups:
- Re: Why does ToTitleCase not work if the case is already in upper case?
- From: titan nyquist
- Re: Why does ToTitleCase not work if the case is already in upper case?
- References:
- Why does ToTitleCase not work if the case is already in upper case?
- From: titan nyquist
- Why does ToTitleCase not work if the case is already in upper case?
- Prev by Date: Re: graphics & printing
- Next by Date: Re: Why does ToTitleCase not work if the case is already in upper case?
- Previous by thread: Re: Why does ToTitleCase not work if the case is already in upper case?
- Next by thread: Re: Why does ToTitleCase not work if the case is already in upper case?
- Index(es):