Packageorg.as3utils
Classpublic class BooleanUtil
InheritanceBooleanUtil Inheritance Object

A utility class to work with Boolean objects.



Public Methods
 MethodDefined By
  
BooleanUtil is a static class and shouldn't be instantiated.
BooleanUtil
  
isBooleanString(value:String):Boolean
[static]
BooleanUtil
  
string2Boolean(value:String):Boolean
[static]
BooleanUtil
Constructor Detail
BooleanUtil()Constructor
public function BooleanUtil()

BooleanUtil is a static class and shouldn't be instantiated.


Throws
IllegalOperationError — BooleanUtil is a static class and shouldn't be instantiated.
Method Detail
isBooleanString()method
public static function isBooleanString(value:String):Boolean

Parameters

value:String

Returns
Boolean
string2Boolean()method 
public static function string2Boolean(value:String):Boolean

Parameters

value:String

Returns
Boolean