ASP.NET Pack Programmer's Guide
Location.ToString Method (IFormatProvider)
See Also
 





Gets a string representation of this Location with the specified format.

Namespace: MindFusion.Scheduling
Package: 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 that specifies the format of the string.

 Return Value

Type: String
A string that represents this Location object.

 See Also

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