DbCurrency.IConvertible.ToUInt16 方法 | |
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD IConvertible.ToUInt16(
provider AS IFormatProvider
) AS WORD
ushort IConvertible.ToUInt16(
IFormatProvider provider
)
查看代码参数
- provider
- 类型:IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
返回值
类型:
UInt16An 16-bit unsigned integer equivalent to the value of this instance.
实现
ToUInt16(IFormatProvider)参见