DBNull.IConvertible.ToUInt16(IFormatProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
This conversion is not supported. Attempting to make this conversion throws an InvalidCastException.
virtual System::UInt16 System.IConvertible.ToUInt16(IFormatProvider ^ provider) = IConvertible::ToUInt16;
ushort IConvertible.ToUInt16 (IFormatProvider provider);
[System.CLSCompliant(false)]
ushort IConvertible.ToUInt16 (IFormatProvider provider);
abstract member System.IConvertible.ToUInt16 : IFormatProvider -> uint16
override this.System.IConvertible.ToUInt16 : IFormatProvider -> uint16
[<System.CLSCompliant(false)>]
abstract member System.IConvertible.ToUInt16 : IFormatProvider -> uint16
override this.System.IConvertible.ToUInt16 : IFormatProvider -> uint16
Function ToUInt16 (provider As IFormatProvider) As UShort Implements IConvertible.ToUInt16
Parameters
- provider
- IFormatProvider
An object that implements the IFormatProvider interface. (This parameter is not used; specify null
.)
Returns
None. The return value for this member is not used.
Implements
- Attributes
Exceptions
This conversion is not supported for the DBNull type.
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.