Is it possible to store operators in a field of an sql table and then use this value to calculate figures in asp .net.

For example if the field in the database was "+" then it would add two figures, if it was "-" then it would subtract on from the other.