Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetValueAsString Method (configManager, key, defaultValue)
NamespacesGenesyslab.Desktop.InfrastructureExtensionsGetValueAsString(IConfigManager, String, String)
Gets the value as a string from the configuration manager.
Declaration Syntax
C#Visual BasicVisual C++
public static string GetValueAsString(
	this IConfigManager configManager,
	string key,
	string defaultValue
)
<ExtensionAttribute> _
Public Shared Function GetValueAsString ( _
	configManager As IConfigManager, _
	key As String, _
	defaultValue As String _
) As String
[ExtensionAttribute]
public:
static String^ GetValueAsString(
	IConfigManager^ configManager, 
	String^ key, 
	String^ defaultValue
)
Parameters
configManager (IConfigManager)
The configuration manager.
key (String)
The key.
defaultValue (String)
The default value.
Return Value
The value as a string.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)