MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.ToString Method

See Also
 





Object.ToString override.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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