点击或拖拽改变大小

DbCurrency.IConvertible.ToInt64 方法

X#
Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
METHOD IConvertible.ToInt64(
	provider AS IFormatProvider
) AS INT64
查看代码

参数

provider
类型:IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.

返回值

类型:Int64
An 64-bit signed integer equivalent to the value of this instance.

实现

ToInt64(IFormatProvider)
参见