Click or drag to resize
ReminderTryParse Method (String, IListReminder)
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 bool TryParse(
	string input,
	out IList<Reminder> parsedReminders
)

Parameters

input
Type: SystemString
The string to parse.
parsedReminders
Type: System.Collections.GenericIListReminder
Output parameter that contains the list of reminders if the parsing succeeded or null (Nothing in Visual Basic) if the parsing failed.

Return Value

Type: Boolean
True if input was parsed successfully, false otherwise.
See Also