[]
Applies settings from the NameValueCollection to the specified object.
public static T ApplyTo<T>(this NameValueCollection settings, T target, bool setInnerSetting = false, bool suppressExceptions = true)
| Type | Name | Description |
|---|---|---|
| NameValueCollection | settings | The NameValueCollection containing the settings. |
| T | target | The object to apply the settings to. |
| bool | setInnerSetting | Indicates whether to set inner settings. |
| bool | suppressExceptions | Indicates whether to suppress exceptions. |
| Type | Description |
|---|---|
| T | The target object with the applied settings. |
| Name | Description |
|---|---|
| T | The type of the target object. |