Skip to main content

TimeSpanRange.ToString(IFormatProvider) Method

Returns a string that represents the range, formatted with the specified culture-specific formatting information.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

#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