Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
valueToPercent Method
Converts value to percent.
Syntax
| ASP.NET Ajax Javascript (Specification) | |
|---|
function valueToPercent(
: {Any},
: Boolean
) : Number; |
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfWebSlider.valueToPercent({Any},Boolean); |
Parameters
- val
- Value to convert.
- dbl
- Internal use only. Application should use false, or null, or do not include that parameter.
Return Value
Number in range from 0 to 100.
See Also