MindFusion.Scheduling for ASP.NET Programmer's Guide
Resource.ToString Method
See Also
 





Converts the value of the Resource object to its equivalent string representation using the specified culture-specific format information.

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

 Syntax

C#  Copy Code

public virtual string ToString (
    IFormatProvider provider
)

Visual Basic  Copy Code

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

 Parameters

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

 Return Value

Type: String
A string representation of value of the Resource object as specified by 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

Resource Members
Resource Class
MindFusion.Scheduling Namespace