点击或拖拽改变大小

__Currency.ToString 方法 (String)

X#
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
查看代码

参数

sFormat
类型:String

返回值

类型:String
The string representation of the value of this instance.
参见