MindFusion.Scheduling for ASP.NET Programmer's Guide
Contact.ToString Method (IFormatProvider)
See Also
 





Converts this Contact to string using the specified format.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override string ToString (
    IFormatProvider provider
)

Visual Basic  Copy Code

Public Overrides Function ToString( _
    provider As IFormatProvider _
) As String

 Parameters

provider
Type: IFormatProvider
A System.IFormatProvider object that provides culture-specific formatting information.

 Return Value

Type: String
A string that represents this Contact formatted with provider.

 Remarks

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.

 See Also

ToString Method Overload List
Contact Members
Contact Class
MindFusion.Scheduling Namespace