__Currency.IConvertible.ToSByte 方法 | |
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 METHOD IConvertible.ToSByte(
provider AS IFormatProvider
) AS System.SByte
sbyte IConvertible.ToSByte(
IFormatProvider provider
)
查看代码参数
- provider
- 类型:IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
返回值
类型:
SByteAn 8-bit signed integer equivalent to the value of this instance.
实现
ToSByte(IFormatProvider)参见