C# substring ile sondan karakter kesme tarih: Temmuz 09, 2013 Bağlantıyı al Facebook X Pinterest E-posta Diğer Uygulamalar protected void btnKes_Click(object sender, EventArgs e) { lblKesilmis.Text = txtDeger.Text.Substring(0, txtDeger.Text.Length - 3); } Yorumlar
Yorumlar
Yorum Gönder