Click or drag to resize
DateTimeToString Method (IFormatProvider)
Converts the value of the current DateTime object to its equivalent string representation using the specified culture-specific format information.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public string ToString(
	IFormatProvider provider
)

Parameters

provider
Type: SystemIFormatProvider
An object that supplies culture-specific formatting information.

Return Value

Type: String
A string representation of value of the current DateTime object as specified by provider.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe date and time is outside the range of dates supported by the calendar used by provider.
See Also