#region 計算字串位元數
private int CountStringBytes(string str)
{
 int ret=0;
 ret=System.Text.Encoding.Default.GetBytes(str).Length;

 return ret;
}
#endregion

arrow
arrow
    全站熱搜

    akilina108 發表在 痞客邦 留言(0) 人氣()