using System.Globalization;
using System.Threading;

CultureInfo cultureInfo   = Thread.CurrentThread.CurrentCulture;
TextInfo textInfo = cultureInfo.TextInfo;

Console.WriteLine(textInfo.ToTitleCase(title));
Console.WriteLine(textInfo.ToLower(title));
Console.WriteLine(textInfo.ToUpper(title));
posted on 2009-05-07 08:19  大口仔  阅读(551)  评论(0编辑  收藏  举报

使用Live Messenger联系我
关闭