Vitaly Posted February 2, 2004 Posted February 2, 2004 I was wondering if there a better style of converting String to Proper Case string, then using VB6 StrConv function: Dim sTest as String = "TODAY IS A RAINY DAY!" MessageBox.Show(StrConv(sTest, VbStrConv.ProperCase), "Conversion", MessageBoxButtons.OK) Thank You Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.