Click or drag to resize

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
)

Parameters

input
Type: SystemString
String representation of the value.

Return Value

Type: T
Value parsed from its string representation.
Remarks