TimeSpanRange.ToString(IFormatProvider) Method
Converts the range to a string that is formatted to the specified culture-specific formatting information.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string ToString(
IFormatProvider provider
)
Parameters
Name | Type | Description |
---|---|---|
provider | IFormatProvider | The culture-specific formatting information. |
Returns
Type | Description |
---|---|
String | The converted string. |
See Also