Boolean.valueOf
Class Overview | Class Members | 
  This Package | 
All Packages
 public static Boolean valueOf( String s )
Parameters
-  s 
-  a string.
    
Returns
     the Boolean value represented by the string.
  Description
 Returns the boolean value represented by the specified String.
 A new Boolean object is constructed. This 
 Boolean contains the value true if the 
 string argument is not null and is equal, ignoring 
 case, to the string "true".