using System . Globalization;
TextInfo vTextInfo = new CultureInfo ( "en-US" , false ) . TextInfo;
Text = vTextInfo . ToTitleCase( "how are you?" );