Remove characters from datatable headers?

my headers are like “n1:name”, “n2:address”

but when im trying to upload this using ‘bulk add queue items’ i get an error basically saying
‘:’ is not an excepted character in the title.
how can i remove “:” from the headers of my DataTable?

Hi,

Hope the following helps you.

Note: TypeArgument in ForEach is System.Data.DataColumn

Regards,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.