Click or drag to resize
ConvertToBoolean Method (Boolean)
Returns the specified Boolean value; no actual conversion is performed.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static bool ToBoolean(
	bool value
)

Parameters

value
Type: SystemBoolean
The Boolean value to return.

Return Value

Type: Boolean
value is returned unchanged.
See Also