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