B Bernie Yaeger Oct 15, 2003 #1 Is there an initial caps string function in vb .net? Tx for any help. Bernie Yaeger
H Herfried K. Wagner [MVP] Oct 15, 2003 #2 * "Bernie Yaeger said: Is there an initial caps string function in vb .net? Click to expand... \\\ Dim s As String = StrConv("hello world!", VbStrConv.ProperCase) ///
* "Bernie Yaeger said: Is there an initial caps string function in vb .net? Click to expand... \\\ Dim s As String = StrConv("hello world!", VbStrConv.ProperCase) ///
B Bernie Yaeger Oct 15, 2003 #3 I knew you'd know, Herfried - tx. Bernie Herfried K. Wagner said: \\\ Dim s As String = StrConv("hello world!", VbStrConv.ProperCase) /// Click to expand...
I knew you'd know, Herfried - tx. Bernie Herfried K. Wagner said: \\\ Dim s As String = StrConv("hello world!", VbStrConv.ProperCase) /// Click to expand...