| 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
)
Protected Overrides Function ValueToString (
value As Double
) As String
Parameters
- value
- Type: SystemDouble
Value to convert.
Return Value
Type:
StringConverted value.
Remarks See Also