SettingsStoreBaseLoadFromStream Method

Initializes the Setting Store object.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
protected void LoadFromStream(
	ref string config
)

Parameters

config  String
String containing the configuration file contents.

Exceptions

ArgumentExceptionThrown if the parameter is null or empty.
JsonExceptionThe JSON text to parse does not represent a valid single JSON value.

See Also