79533155

Date: 2025-03-25 09:12:25
Score: 3.5
Natty:
Report link
dataGridView1.CurrentRow.Cells["Column4"].Value = dt.AsEnumerable().Sum(r => double.Parse(r[1].ToString()) + double.Parse(r[2].ToString()));

can you elaborate on the datatypes used here why converting a i guess int or something in a string and then parse this again r[1].ToString() var val1 = r[1].ToString()

Reasons:
  • RegEx Blacklisted phrase (2.5): can you elaborate
  • Has code block (-0.5):
  • Starts with a question (0.5): can you
  • Low reputation (1):
Posted by: FlorianD