Click or drag to resize
RecurrenceRuleTryParse Method (String)
Creates a recurrence rule instance from it's string representation.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static RecurrenceRule TryParse(
	string input
)

Parameters

input
Type: SystemString
The string to parse.

Return Value

Type: RecurrenceRule
RecurrenceRule if the parsing succeeded or null (Nothing in Visual Basic) if the parsing failed.
Remarks
See the TryParse overload for more information and examples.
See Also