[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Boolean Info=Represents a Boolean value. [Property] Name=Sets the name of the component. ARG(string)|2| @Default=Sets the default value. ARG(bool)|14|1|True,False [Methods] *doCompareTo=Compares this instance to a specified Boolean object and returns an integer that indicates their relationship to one another. ARG(bool value)|1|0 *doCompareTo2=Compares this instance to a specified object and returns an integer that indicates their relationship to one another.ARG(Object obj)|1|0 *doEquals=Returns a value indicating whether this instance is equal to a specified Boolean object. ARG(bool value)|1|0 *doEquals2=Returns a value indicating whether this instance is equal to a specified object. ARG(Object obj)|1|0 *doParse=Converts the specified string representation of a logical value to its Boolean equivalent, or throws an exception if the string is not equivalent to the value of Boolean.TrueString or Boolean.FalseString. ARG(string str)|1|0 *doToString2=Converts the value of this instance to its equivalent string representation. ARG(IFormatProvider provider)|1|0 *doTryParse=Tries to convert the specified string representation of a logical value to its Boolean equivalent. A return value indicates whether the conversion succeeded or failed. ARG(string str)|1|0 *onCompareTo=Occurs after invoke the method doCompareTo and returns the result. ARG(int)|2|1 *onEquals=Occurs after invoke the method doEquals and returns the result. ARG(bool)|2|104 *onParse=Occurs after invoke the method doParse and returns the result. ARG(bool)|2|104 *onToString=Occurs after invoke the method doToString and returns the result. ARG(string)|2|2 *onTryParse=Occurs after invoke the method doTryParse and returns the result. ARG(bool)|2|104 *FalseString=Represents the Boolean value false as a string. This field is read-only. ARG(string)|3|2 *GetHashCode=Returns the hash code for this instance. ARG(int)|3|1 *GetTypeCode=Returns the TypeCode for value type Boolean. ARG(TypeCode)|3|0 *ToString=Converts the value of this instance to its equivalent string representation. ARG(string)|3|2 *TrueString=Represents the Boolean value true as a string. This field is read-only. ARG(string)|3|2 Boolean=Returns the Boolean structure. ARG(Boolean)|3|0 *obj=An object to compare to this instance, or null. ARG(Object)|4|0 *provider=(Reserved) An IFormatProvider object. ARG(IFormatProvider)|4|0 *value=A Boolean object to compare to this instance. ARG(bool)|4|104 *str=A string containing the value to convert. ARG(string)|4|2