__Currency.ToString 方法 (String, IFormatProvider) | |
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
public string ToString(
string format,
IFormatProvider provider
)
查看代码参数
- 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
返回值
类型:
StringThe value of the current instance in the specified format.
实现
ToString(String, IFormatProvider)参见