System.Windows.Forms.NumericUpDown.ParseEditText Method

Converts the text displayed in the spin box (also known as an up-down control) to a numeric value and evaluates it.

Syntax

protected void ParseEditText ()

Remarks

If the UpDownBase.UserEdit property is set to true, the text displayed is converted to a numeric value so it can be validated to be between the NumericUpDown.Minimum and NumericUpDown.Maximum property values.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0