标签:blog ar sp div log bs ef as tt
protected int GetLength(string strValue) { byte[] myByte = System.Text.Encoding.Default.GetBytes(strValue); return myByte.Length; }
.net里如何判断字符长度
原文地址:http://www.cnblogs.com/haiy/p/4137107.html