Search
Converter.toBoolean Method
See Also
 






Converts the specified string value to bool.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public static boolean toBoolean (
    String s
)

 Parameters

s

The string value to convert from.

 Return Value

 See Also