Boxes::Box Method (Nullable<Boolean>)

 

Gets the box value specified.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
static Object^ Box(
	Nullable<bool> nullableValue
)

Parameters

nullableValue
Type: System::Nullable<Boolean>

Value to get box value for.

Return Value

Type: System::Object^

Returns the value if not null; otherwise returns null.

Return to top
Show: