Deserialize the property value from a string into the defined type.
Namespace: DotNetNuke.Entities.Modules.SettingsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
T Deserialize( string value ) |
Visual Basic |
---|
Function Deserialize ( value As String ) As T |
Parameters
- value
- Type: System..::..String
The serialized value of the associated settings property.