ASP.NET Pack Programmer's Guide
NumericUpDown.ToString Method
See Also
 





Object.ToString override.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public override string ToString ()

Visual Basic  Copy Code

Public Overrides Function ToString () As String

 Return Value

Type: String
The string representation of the numeric value of the control.

 Remarks

Returns the string representation of the numeric value of the control.

 See Also

NumericUpDown Members
NumericUpDown Class
MindFusion.UI.WebForms Namespace