UInt16.IConvertible.ToUInt16(IFormatProvider) 方法
定义
重要
此 API 不符合 CLS。
有关此成员的说明,请参见 ToUInt16(IFormatProvider)。For a description of this member, see ToUInt16(IFormatProvider).
virtual System::UInt16 System.IConvertible.ToUInt16(IFormatProvider ^ provider) = IConvertible::ToUInt16;
[System.CLSCompliant(false)]
ushort IConvertible.ToUInt16 (IFormatProvider provider);
Function ToUInt16 (provider As IFormatProvider) As UShort Implements IConvertible.ToUInt16
参数
- provider
- IFormatProvider
忽略此参数。This parameter is ignored.
返回
该实例的当前值(未更改)。The current value of this instance, unchanged.
实现
- 属性
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 UInt16 实例被强制转换为 IConvertible 接口时使用。It can be used only when the UInt16 instance is cast to an IConvertible interface.