nsISupportsPRUint32

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

Method overview

string toString();

Attributes

Attribute Type Description
data PRUint32 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.