API Reference
| Classic JavaDoc |
RegistryKey.getValueAsString
public java.lang.String getValueAsString(String valueName)
Returns the specified value from this registry key formatted as a string.
Throws:
Is equivalent to:
getValue(valueName).getAsString();
valueName | the name of the value to be returned. |
RegistryException | if this key has been closed or any other error occurs. |
Community comments
Powered by JavaDocPlus