点击或拖拽改变大小

__Date.ToString 方法 (String, IFormatProvider)

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

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 METHOD ToString(
	s AS STRING,
	fp AS IFormatProvider
) AS STRING
查看代码

参数

s
类型:String
fp
类型:IFormatProvider

返回值

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

实现

ToString(String, IFormatProvider)
参见