ConversionToBoolean(Object) Method
Return the Boolean representation of a value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool ToBoolean(
Object value
)
Public Shared Function ToBoolean (
value As Object
) As Boolean
No code example is currently available or this language may not be supported.
- value Object
-
Value to convert to Boolean.
Boolean
Boolean representation of the specified value.