how to set proper case of a word?

G

Guest

Hello,

Does VB.Net have a form of strConvert function? I tried

Imports Microsoft.VisualBasic

but strConvert not available. What is the way to set the propercase of a
word in VB.Net?

Thanks,
Rich
 
H

Herfried K. Wagner [MVP]

Rich said:
Does VB.Net have a form of strConvert function? I tried

Imports Microsoft.VisualBasic

but strConvert not available. What is the way to set the propercase of a
word in VB.Net?

\\\
Dim s As String = StrConv("hello world", VbStrConv.ProperCase)
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top