Sep 25 2008
VB.NET: Erster Buchstabe als Grossbuchstabe
Dim strValue As String = "let's test this." MsgBox(StrConv(strValue, VbStrConv.ProperCase))
Sep 25 2008
Dim strValue As String = "let's test this." MsgBox(StrConv(strValue, VbStrConv.ProperCase))