Using LINQ to replace specific value in DataTable without For-Each

Hi @u2018dem0528

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(“-”,“”))