so basically if i want to transform a name from
stephen smith
to
Stephen Smith
i can easily do it with c
in view
string titulo = ""; string result = System.Globalization.CultureInfo.TextInfo.ToLower(titulo);
then apply css property
text-transform = font-family: sans-serif;