Search
Convert.toBoolean Method
See Also
 






Converts the specified string value to bool.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static boolean toBoolean (
    String s
)

 Parameters

s

The string value to convert from.

 Return Value

A boolean value that is deserialized from the specified string.

 See Also