| NumberSelectorBaseTValueFromString 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 abstract T ValueFromString(
string input
)
Protected MustOverride Function ValueFromString (
input As String
) As T
Parameters
- input
- Type: SystemString
String representation of the value.
Return Value
Type:
TValue parsed from its string representation.
Remarks See Also