码迷,mamicode.com
首页 > Web开发 > 详细

.net里如何判断字符长度

时间:2014-12-02 13:23:43      阅读:173      评论:0      收藏:0      [点我收藏+]

标签: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里如何判断字符长度

标签:blog   ar   sp   div   log   bs   ef   as   tt   

原文地址:http://www.cnblogs.com/haiy/p/4137107.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!