I tried the CSS solution, and it didn't work for me, so I dug a little deeper and found the StrConv function:
Code:
Dim result As String
result = StrConv(result, VbStrConv.ProperCase)
Obviously this is
VB-centric, but I would think there is an equivalent in C#
- - - - - - - - - - - - - - - - - - - - - - -
In God we trust, everything else we test.