DateRangeToString(IFormatProvider) Method

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

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
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