DateRangeToString(IFormatProvider) Method
Converts the value of this instance to its equivalent string representation using
the specified culture-specific format information.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public string ToString(
IFormatProvider? formatProvider
)
- formatProvider IFormatProvider
- An IFormatProvider that supplies culture-specific
formatting information.
StringA
String representation of value of this instance
as specified by
formatProvider.