IConvertible.ToUInt16(IFormatProvider) 方法
定義
使用指定的文化特性 (Culture) 特定格式資訊,將這個執行個體的值轉換為相等的 16 位元不帶正負號的整數。Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
public:
System::UInt16 ToUInt16(IFormatProvider ^ provider);
public ushort ToUInt16 (IFormatProvider provider);
abstract member ToUInt16 : IFormatProvider -> uint16
Public Function ToUInt16 (provider As IFormatProvider) As UShort
參數
- provider
- IFormatProvider
IFormatProvider 介面實作,提供特定文化特性的格式資訊。An IFormatProvider interface implementation that supplies culture-specific formatting information.
傳回
16 位元不帶正負號的整數,相當於這個執行個體的值。An 16-bit unsigned integer equivalent to the value of this instance.