BooleanBoxes.

Box(bool) Method

Summary

Returns a boxed representation for the specified Boolean value.
Namespace
MahApps.Metro.ValueBoxes
Containing Type
BooleanBoxes

Syntax

public static object Box(bool value)

Parameters

Name Type Description
value bool The value to box.

Return Value

Type Description
object