9 references to ToDecimal
System.Data (9)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
1744
return x.IsNull ? Null : new SqlDecimal(x.
ToDecimal
());
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (8)
153
return
ToDecimal
();
216
return Decimal.ToDouble(
ToDecimal
());
252
Decimal money =
ToDecimal
();
334
new SqlMoney(Decimal.Multiply(x.
ToDecimal
(), y.
ToDecimal
()));
342
new SqlMoney(Decimal.Divide(x.
ToDecimal
(), y.
ToDecimal
()));
651
writer.WriteString( XmlConvert.ToString(
ToDecimal
()) );