Hope this expression would help you resolve this
datatable = datatable.Asenumerable().Select(Function(a) a.Field(of string)(“yourcolumnname”).ToString.Replace(“-###”,“”)).CopyToDatatable()
Cheers @soneill437
Hope this expression would help you resolve this
datatable = datatable.Asenumerable().Select(Function(a) a.Field(of string)(“yourcolumnname”).ToString.Replace(“-###”,“”)).CopyToDatatable()
Cheers @soneill437