阅读背景:

使用String.ToUpperInvariant()对字符串进行规范化

来源:互联网 

I am currently storing normalized versions of strings in my SQL Server database in lower case. For example, in my Users table, I have a UserName and a LoweredUserName field. Depending on the context, I either use T-SQL's LOWER() function or C#'s String.ToLower() method to generate the lower case version of the user name to fill the LoweredUserName field. According to I am currently storing normalized versions of s




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: