A UFormat that performs formatting and parsing for boolean values. The string representation of boolean values is determined by two strings passed to the constructor of this class; a string for TRUE and a string for FALSE. Examples for text strings representing a BooleanValue that can be used in construction are: 1) true, false 2) TRUE, FALSE 2) t, f 3) yes, no 4) YES, NO 5) check, uncheck 6) Green, Red
@author Hillel M.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.