Click or drag to resize
ReminderTryParse Method (String)
Creates a list of reminders from their 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 IList<Reminder> TryParse(
	string input
)

Parameters

input
Type: SystemString
The string to parse.

Return Value

Type: IListReminder
List of reminders if the parsing succeeded or null (Nothing in Visual Basic) if the parsing failed.
See Also