Click or drag to resize

AppEnvReaderGetStringValue method

Returns exactly one value for a key. If there is no value for the key, defaultValue is returned. Wildcards of the form %Name% are replaced recursively if possible.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntax
public string? GetStringValue(
	
	string key,
	
	string? defaultValue
)

Parameters

key  String
The access key (string)
defaultValue  String
The default result (string)

Return value

String
The result string

Implemented

IGetStringValueGetStringValue(String, String)
See also