3 references to ToDecimal
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
1429
result = Convert.
ToDecimal
(src.Val.Int32Val);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
262
return Convert.
ToDecimal
(m_value);
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
537
Value = Constrain(Convert.
ToDecimal
(Convert.ToInt32(Text, 16)));