I am trying to add a list, of type decimal, to a datatable however I am unable to use the Add Data Row given that I have gotten an error when trying to convert my list into an array and I do not know how to change a list into a datarow object.
List to Array Error:
Only way i could think of is manually entering each value using a for each row which is ok for my situation given that I only need two rows in my datatable.