ConfigurationProviderBase<TAppConfiguration>.Read<T>

Creates a new instance of the application object and retrieves configuration information from the provided string. String should be in XML Serialization format or created by the WriteAsString method.

public virtual T Read<T>(string xml)

Return Value

The deserialized instance or null on failure

Parameters

xml
An xml string that contains XML Serialized serialization data

Overloads:


See also:

Class ConfigurationProviderBase

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