__Currency.ToString 方法 (String) | |
Converts the numeric value of this instance to its equivalent string representation.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 METHOD ToString(
sFormat AS STRING
) AS STRING
public string ToString(
string sFormat
)
查看代码参数
- sFormat
- 类型:String
返回值
类型:
StringThe string representation of the value of this instance.
参见