点击或拖拽改变大小

__Currency.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(
	format AS STRING,
	provider AS IFormatProvider
) AS STRING
查看代码

参数

format
类型:String
The format to use. -or- A null reference ( in Visual Basic) to use the default format defined for the type of the IFormattable implementation.
provider
类型:IFormatProvider

返回值

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

实现

ToString(String, IFormatProvider)
参见