ConversionToBoolean(Object) Method

Return the Boolean representation of a value.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public static bool ToBoolean(
	Object value
)

Parameters

value  Object
Value to convert to Boolean.

Return Value

Boolean
Boolean representation of the specified value.

See Also