I know how to covert a string to Upper case or lowercase using .ToUpper or .ToLower
is there a built in function to create a string with the first letter in each word being uppercase and the remaining letters in the word being lowercase?
I am sure (I may be wrong though) that there was such a function in VB6 for this
is there a built in function to create a string with the first letter in each word being uppercase and the remaining letters in the word being lowercase?
I am sure (I may be wrong though) that there was such a function in VB6 for this