Relative Content

Tag Archive for datatableexpression

DataColumn.Expression SUBSTRING(expression, start, length)

I am importing values from a file (provided to me and I can’t change the file’s original format) to a DataTable and one of the columns is a location column and unfortunately it contains both the latitude and longitude values, which requires me to split them.