Click or drag to resize

Date.ToString Method (String, IFormatProvider)

X#
Formats the value of the current instance using the specified format.

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

Parameters

s
Type: String
fp
Type: IFormatProvider

Return Value

Type: String
The value of the current instance in the specified format.

Implements

ToString(String, IFormatProvider)
See Also