Board index » Visual Studio » initial caps

initial caps

Visual Studio80
Is there an initial caps string function in vb .net?



Tx for any help.



Bernie Yaeger


-
 

Re:initial caps

* "Bernie Yaeger" <berniey@cherwellinc.com>scripsit:

Quote
Is there an initial caps string function in vb .net?



\\\

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

///



--

Herfried K. Wagner

MVP · VB Classic, VB.NET

<www.mvps.org/dotnet>">www.mvps.org/dotnet>

-

Re:initial caps

I knew you'd know, Herfried - tx.



Bernie

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at>wrote in message

Quote
* "Bernie Yaeger" <berniey@cherwellinc.com>scripsit:

>Is there an initial caps string function in vb .net?



\\\

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

///



--

Herfried K. Wagner

MVP · VB Classic, VB.NET

<www.mvps.org/dotnet>">www.mvps.org/dotnet>





-