string to money

plz send me how we type cast string to sqlMoney.


Answer this question

string to money

  • mohsen bolhassani

    Basically you need to convert it to number. Money is just different representation of numeric value. You could use Convert.ToDecimaul(Mystring) for it.

  • string to money