IConfigurationStorageDeserializeT(String) Method
Generic method to load the configuration from the specified string. Creates a new object.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
T Deserialize<T>(
string configurationData
)
where T : class, new()
- configurationData String
- The configuration data from which the configuration object should be loaded from.
- T
- The configuration object's type.
T