|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to set proper case of a word?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 "Rich" <R***@discussions.microsoft.com> schrieb: \\\> 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) /// -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Thank you very much for your help. That did the trick.
Show quoteHide quote "Herfried K. Wagner [MVP]" wrote: > "Rich" <R***@discussions.microsoft.com> schrieb: > > 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) > /// > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/> > >
Whats's the problem using a enum like this?
Is It Possible to Retrieve a List of Declared Variables? Converted a solution to VS2005 and it is complaining: Variable 'PF2' is used before it has been assi Problem with installer made in VS 2003.NET setting datagrid column widths in code? Detect Concurrent Running Instances Inheritance and function issue FileDownload with WebBrowser Control - disable the Save? Run from Server or Workstation |
|||||||||||||||||||||||