Click or drag to resize

FloatingPointNumberSelectorValueToString Method

Converts the given value to its string representation.

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
protected override string ValueToString(
	double value
)

Parameters

value
Type: SystemDouble
Value to convert.

Return Value

Type: String
Converted value.
Remarks