This is an ASP.NET version of our classic ASP Proper Case sample.
It was originally written to provide a simple alternative to VB's
StrConv function which was unavailable in VBScript and hence in classic
ASP. While the function isn't really necessary in ASP.NET (because of the
switch from VBScript to full blown VB), I've converted the sample anyway
for illustration. I've also added the StrConv method for comparison.