Skip to content

Instantly share code, notes, and snippets.

@ebenito
Created March 5, 2019 08:01
Show Gist options
  • Save ebenito/b1f7a9ff931b07593b057788ad1b3e7d to your computer and use it in GitHub Desktop.
Save ebenito/b1f7a9ff931b07593b057788ad1b3e7d to your computer and use it in GitHub Desktop.
Formatear un texto poniendo en mayúsculas la primera letra de cada palabra (ej. nombres)
string res = System.Globalization.CultureInfo.CurrentCulture.TextInfo.ToTitleCase(str.ToLower());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment