lookup_with_default
Description:
public static string?
lookup_with_default (
string key,
string default_value)
Look up a config element by key name, with a default value if the value is not found
Parameters:
key |
Key name |
default_value |
Default value |
Returns: