Click or drag to resize

DateRangeToString(String, IFormatProvider) Method

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

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

Parameters

format  String
A format string.
formatProvider  IFormatProvider
An IFormatProvider that supplies culture-specific formatting information.

Return Value

String
A String representation of value of this instance.

Implements

IFormattableToString(String, IFormatProvider)
See Also