Click or drag to resize
ReminderCollectionToString Method
Converts all reminders in the collection to 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 override string ToString()

Return Value

Type: String
The string representation of all reminders in the collection.
Remarks
Use Reminder.TryParse to convert the string representation back to reminder objects.
See Also