ReminderTryParse Method (String) |
Creates a list of reminders from their string representation.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static IList<Reminder> TryParse(
string input
)
Public Shared Function TryParse (
input As String
) As IList(Of Reminder)
public:
static IList<Reminder^>^ TryParse(
String^ input
)
static member TryParse :
input : string -> IList<Reminder>
Parameters
- input
- Type: SystemString
The string to parse.
Return Value
Type:
IListReminderList of reminders if the parsing succeeded or null (
Nothing in Visual Basic) if the parsing failed.
See Also