-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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