Converts the text displayed in the up-down control to a numeric value and evaluates it.
[Visual Basic] Protected Sub ParseEditText() [C#] protected void ParseEditText(); [C++] protected: void ParseEditText(); [JScript] protected function ParseEditText();
If UserEdit is set to true the text displayed is converted to a numeric value so it may be validated to be between the Minimum and Maximum property values.
NumericUpDown Class | NumericUpDown Members | System.WinForms Namespace | Minimum | Maximum | UserEdit