This topic has not yet been rated - Rate this topic

Boolean.IConvertible.ToUInt16 Method

May 02, 2013

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For a description of this member, see IConvertible.ToUInt16.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)
ushort IConvertible.ToUInt16(
	IFormatProvider provider
)

Parameters

provider
Type: System.IFormatProvider
This parameter is ignored.

Return Value

Type: System.UInt16
1 if this instance is true; otherwise, 0.

Implements

IConvertible.ToUInt16(IFormatProvider)

This member is an explicit interface member implementation. It can be used only when the Boolean instance is cast to an IConvertible interface. The recommended alternative is to call the Convert.ToUInt16(Boolean) method.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.