AppConfiguration.Read
less than 1 minute to read

Reads configuration data from a string and populates the current instance with the values.

Data should be serialized in XML Searlization format created with Westwind.Utilities.Configuration.AppConfiguration.WriteAsString()

public virtual bool Read(string xml)

Return Value

true or false

Parameters

xml
Xml string in XML Serialization format

Overloads:


See also:

Westwind.Utilities.Configuration.AppConfiguration.WriteAsString()

© West Wind Technologies, 1996-2023 • Updated: 07/15/20
Comment or report problem with topic