Unbox::AsBoolean Method (Object^)

 

Unboxes the specified object into a Boolean object.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static bool AsBoolean(
	Object^ var
)

Parameters

var
Type: System::Object^

The original value to unbox.

Return Value

Type: System::Boolean

Returns a Boolean object.

Return to top
Show: