AppConfiguration.Read<T>

Creates a new instance of the config object and retrieves configuration information from the provided string. String should be in XML Serialization format or created by the Westwind.Utilities.Configuration.AppConfiguration.WriteAsString() method.

public static T Read<T>(string xml)

Return Value

config instance or null on failure

Parameters

xml

Overloads:


See also:

Westwind.Utilities.Configuration.AppConfiguration.WriteAsString()

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic