C#単語の先頭文字を大文字に変換する

stinrg text = "open";
text = System.Globalization.CultureInfo.CurrentCulture.TextInfo.ToTitleCase(text);