ExpansionBase.GetSettingsValue Method (String, String[])

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > GetSettingsValue Method  >

ExpansionBase.GetSettingsValue Method (String, String[])

Return a string containing the value for a setting

Gets the settings value.

Namespace: ZeraSystems.CodeNanite.Expansion

Assembly:  ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)

Syntax


C#

public string GetSettingsValue(
 string setting,
 string[] theArray
)

Parameters

setting

Type: String

Setting we want to retrieve fromThe setting.

theArray

Type: String[]

Passed arrayThe array.

Return Value

System.String.

Return Value

System.String.

See Also


ExpansionBase Class

GetSettingsValue Overload

ZeraSystems.CodeNanite.Expansion Namespace