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
C#
![]() |
---|
public virtual string ToString ( |
Visual Basic
![]() |
---|
Public Overridable Function ToString( _ |
Type: String
A string representation of value of the Resource object as specified by 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.