Date.ToString Method (String, IFormatProvider) | |
Formats the value of the current instance using the specified format.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax METHOD ToString(
s AS STRING,
fp AS IFormatProvider
) AS STRING
public string ToString(
string s,
IFormatProvider fp
)
Request Example
View SourceParameters
- s
- Type: String
- fp
- Type: IFormatProvider
Return Value
Type:
StringThe value of the current instance in the specified format.
Implements
ToString(String, IFormatProvider)See Also