GetBool() public static method

public static GetBool ( bool value ) : CONSTVAL
value bool
return CONSTVAL
 public EXPRCONSTANT CreateBoolConstant(bool b)
 {
     return(CreateConstant(GetTypes().GetReqPredefAgg(PredefinedType.PT_BOOL).getThisType(), ConstValFactory.GetBool(b)));
 }