Click or drag to resize

Date.ToString Method (IFormatProvider)

X#
Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 METHOD ToString(
	provider AS IFormatProvider
) AS STRING
Request Example View Source

Parameters

provider
Type: IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

Type: String
A String instance equivalent to the value of this instance.

Implements

ToString(IFormatProvider)
See Also