string cek = "Kayıt Tarihi: 2020-05-05T23:56:46Z"; String[] tarih = cek.Split('T'); textBox1.Text = tarih[1].ToString().Replace("arihi: ", "");