I have a login system that prints out the name of the user on the form in a label.
The usernames follow this standard, using my username as an example: BWolf, so the first 2 characters are in upper case and just the 1st initial is used from the forename.
Sometimes users login in all lower case and this still reflects on the form.
Is there a way I can convert the label to show our 'correct' format?