Skip to main content

DateTimeRange.ToString(String, IFormatProvider) Method

Returns a string that represents the range. The return string uses the specified format string to format the result in a culture-specific template.

Namespace: DevExpress.Mvvm

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

NuGet Package: DevExpress.WinUI

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.

See Also