I voted for Mark's answer, but this will also work:
string s = Microsoft.VisualBasic.Strings.StrConv("HECHT, WILLIAM", VbStrConv.ProperCase,0);
You will need to add the appropriate links, but I'm sure it works on all the top inputs.
richttallent
source share