Click here to Skip to main content
15,887,485 members

Comments by Kawaoneechan (Top 2 by date)

Kawaoneechan 4-Jan-14 6:55am View    
Reason for my vote of 3 \n And now it's cool again :)
Kawaoneechan 2-Jan-14 10:58am View    
Reason for my vote of 1 \n public static string Titlecase(this string text)
{
return CultureInfo.InvariantCulture.TextInfo.ToTitleCase(text.ToLowerInvariant());
}