This interface provides scriptable access for boolean values.
Inherits from:
nsISupportsPrimitive
Last changed in Gecko 1.2 Method overview
string toString(); |
Attributes
Attribute | Type | Description |
data |
| Provides access to the native type represented by the object. |
Methods
toString()
This method returns a string valued representation of the object.
string toString();
Parameters
None.
Return value
A string valued representation of the object.
Remarks
This interface was frozen for Gecko 1.2. See bug bug 166426 for details. From Gecko 2.0 interfaces are no longer frozen.