Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
GetParameterValue ( string delimiteParamString, string paramKey, string defaultValue = null ) : string |
Parses semicolon-delimited parameter string, which has same format as connection strings, and extracts a value for given key. Returns defaultValue if key was not found.
|
public static GetParameterValue ( string delimiteParamString, string paramKey, string defaultValue = null ) : string | ||
delimiteParamString | string | |
paramKey | string | |
defaultValue | string | |
Résultat | string |