IConfigurationStorageDeserialize Method (Type, String) |
Method to load the configuration from the specified string. Creates a new object.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
SyntaxObject Deserialize(
Type configType,
string configurationData
)
Parameters
- configType
- Type: SystemType
The type of the configuration object to be loaded. - configurationData
- Type: SystemString
The configuration data from which the configuration object should be loaded from.
Return Value
Type:
Object
See Also