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