You can try this in invoke code with dt1 as In/Out argument
dt1.AsEnumerable().ToList().ForEach(Sub(row) row(“PhoneNo”)= row(“PhoneNo”).ToString.Replace(“-”,“”))
You can try this in invoke code with dt1 as In/Out argument
dt1.AsEnumerable().ToList().ForEach(Sub(row) row(“PhoneNo”)= row(“PhoneNo”).ToString.Replace(“-”,“”))