MindFusion.UI for WebForms Programmer's Guide

NumericUpDown.getValueAsString Method

See Also
 



Gets the numerical value as formatted string.

Namespace: MindFusion.UI.Web
Assembly: NumericUpDown.js

 Syntax

JavaScript  Copy Code

function getValueAsString ()

 Return Value

Type: String
The formatted value.

 See Also