.NET Helper Packages
C#
Show/Hide TOC
Settings
Store
Base
Load
From
Stream Method
Initializes the Setting Store object.
Definition
Namespace:
Configuration.Helper
Assembly:
Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
Copy
protected
void
LoadFromStream
(
ref
string
config
)
Parameters
config
String
String containing the configuration file contents.
Exceptions
ArgumentException
Thrown if the parameter is null or empty.
JsonException
The JSON text to parse does not represent a valid single JSON value.
See Also
Reference
SettingsStoreBase Class
Configuration.Helper Namespace
In This Article
Definition
Exceptions
See Also