Hi,
I have an excel sheet with multiple columns. I have to perform a check to compare the numeric value from column “CTC” with 0.5. If the value found to be <0.5, I have to delete the row.
I tried to perform " int32.Parse(row(“CTC”).ToString) < 0.5 " in if condition, but gives error as : Input string was not in a correct format. Please provide me the solution on this.
Regards,
Komal