Click or drag to resize

DateRangeToString(IFormatProvider) Method

Converts the value of this instance to its equivalent string representation using the specified culture-specific format information.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public string ToString(
	IFormatProvider? formatProvider
)

Parameters

formatProvider  IFormatProvider
An IFormatProvider that supplies culture-specific formatting information.

Return Value

String
A String representation of value of this instance as specified by formatProvider.
See Also