nsISupportsPRInt16

This interface provides scriptable access for 16-bit signed integers.
Inherits from: nsISupportsPrimitive Last changed in Gecko 1.2

Method overview

string toString();

Attributes

Attribute Type Description
data PRInt16 Provides access to the native type represented by the object.

Methods

toString()

This methods 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 166426 for details. From Gecko 2.0 interfaces are no longer frozen.

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh, Pmash
 Last updated by: Sheppy,