Microsoft SDK for Java

isString

This method of the RegKeyEnumValue class determines if the registry value is a string.

Syntax

public boolean isString();

Return Value

Returns true if the registry value is a string, in which case the object is the RegKeyEnumValueString type; otherwise, returns false.

See Also

RegKeyEnumValueString

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