Search
Convert.fromBoolean Method
See Also
 






Converts the specified bool value to string.

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

 Syntax

Java  Copy Code

public static String fromBoolean (
    boolean val
)

 Parameters

val

The value to convert.

 Return Value

A string representing the specified value.

 See Also