I have a condition where I need to check if the amount values $1.00 is present bot should filter it out and exclude it. How can I convert it to string . I have used below condition:
io_dt_TransactionData.AsEnumerable().
Where(Function(row) row.Field(Of String)(“Amount”) > “$1.00”).ToList()