protected int GetLength(string strValue) { byte[] myByte = System.Text.Encoding.Default.GetBytes(strValue); return myByte.Length; }
protected int GetLength(string strValue) { byte[] myByte = System.Text.Encoding.Default.GetBytes(strValue); return myByte.Length; }