« XPCOM API Reference
Summary
The nsISupportsString interface provides scriptable access for Unicode character strings.
#include "nsISupportsPrimitives.h"
[scriptable, uuid=(d79dc970-4a1c-11d3-9890-006008962422)]
interface nsISupportsString : nsISupportsPrimitive { ... };
Methods
-
toString
- This methods returns a string valued representation of the object.
Attributes
-
data
- This attribute provides access to the native type represented by the object.
History
This interface was frozen for Mozilla 1.2. See bug
bug 166426
for details.