Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

RegistryKey.getValueAsString

public java.lang.String getValueAsString(String valueName)

Returns the specified value from this registry key formatted as a string.

Is equivalent to:
getValue(valueName).getAsString();

Parameters:
valueName   the name of the value to be returned.

Throws:
RegistryException   if this key has been closed or any other error occurs.

Community comments



Powered by JavaDocPlus