Converts this Contact to string using the specified format.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public override string ToString ( |
Visual Basic
![]() |
---|
Public Overrides Function ToString( _ |
Type: String
A string that represents this Contact formatted with provider.
The provider parameter is typically a DateTimeFormatInfo object or a CultureInfo object that contains a DateTimeFormatInfo object. If provider is null, the DateTimeFormatInfo associated with the current culture is used. For more information, see System.Globalization.CultureInfo.CurrentCulture.