IConfigurationStorageDeserialize(Type, String) Method
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
Object Deserialize(
Type configType,
string configurationData
)
- configType Type
- The type of the configuration object to be loaded.
- configurationData String
- The configuration data from which the configuration object should be loaded from.
Object