| FloatingPointNumberSelectorValueFromString Method |
Parses the value from its string representation.
Namespace:
Dynamicweb.Controls.OMC
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected override double ValueFromString(
string input
)
Protected Overrides Function ValueFromString (
input As String
) As Double
Parameters
- input
- Type: SystemString
String representation of the value.
Return Value
Type:
DoubleValue parsed from its string representation.
Remarks See Also