DateTimeRange.ToString(String, IFormatProvider) Method
Returns a string that represents the range and formatted using the specified format string and culture-specific formatting information.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string ToString(
string format,
IFormatProvider provider
)
Parameters
Name | Type | Description |
---|---|---|
format | String | The format string. |
provider | IFormatProvider | The culture-specific formatting information. |
Returns
Type | Description |
---|---|
String | The string that represents the range. |
Implements
See Also