referring to this ^
it throws this error: Assign: Specified cast is not valid.
Assign value: String.Join(“,”,dt.AsEnumerable().[Select](Function(s) s.Field(Of Double)(“f”)).ToArray())
dt - datatable
f - column
referring to this ^
it throws this error: Assign: Specified cast is not valid.
Assign value: String.Join(“,”,dt.AsEnumerable().[Select](Function(s) s.Field(Of Double)(“f”)).ToArray())
dt - datatable
f - column
Please check below thread to resolve this issue.