| WeekOverviewSelectionParse Method (String, CultureInfo) |
Parses the week overview selection from the given literal string.
Namespace:
Dynamicweb.Controls.OMC
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public static WeekOverviewSelection Parse(
string data,
CultureInfo culture
)
Public Shared Function Parse (
data As String,
culture As CultureInfo
) As WeekOverviewSelection
Parameters
- data
- Type: SystemString
String to parse from. - culture
- Type: System.GlobalizationCultureInfo
Culture information used to express the selection.
Return Value
Type:
WeekOverviewSelectionParsed selection.
Remarks See Also