Microsoft SDK for Java

isBinary

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

Syntax

public boolean isBinary();

Return Value

Returns true if the registry value is binary, in which case the object is the RegKeyEnumValueByteArray type; otherwise, returns false.

See Also

RegKeyEnumValueByteArray

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