Feeds:
Posts
Comments

Archive for March, 2010

public string CapitalIntials(string name) { return new CultureInfo(“en”).TextInfo.ToTitleCase(name.ToLower()); }

Read Full Post »

Follow

Get every new post delivered to your Inbox.