ConversionToBoolean(String) Method

Return the Boolean representation of a value.

Definition

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

Parameters

value  String
Value to convert to Boolean.

Return Value

Boolean
Boolean representation of the specified value.

See Also