Microsoft SDK for Java

RegistryKey.toString

Retrieves a string representation of this key.

Syntax

public String toString()

Return Value

Returns a string representing the key.

Remarks

The toString method for the RegistryKey class returns the package and name of the class as well as the numerical representation of the key stored in the object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.