Skip to main content
A newer version of this page is available. .

TimeSpanRange.ToString(IFormatProvider) Method

Returns a string that represents the range and formatted using the specified culture-specific formatting information.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public string ToString(
    IFormatProvider provider
)

Parameters

Name Type Description
provider IFormatProvider

The culture-specific formatting information.

Returns

Type Description
String

The string that represents the range.

See Also