2 references to ToDecimal
mscorlib (1)
system\int32.cs (1)
236
return Convert.
ToDecimal
(m_value);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
608
Value = Constrain(Convert.
ToDecimal
(Convert.ToInt32(Text, 16)));