Deserialize the property value from a string into the defined type.

Namespace: DotNetNuke.Entities.Modules.Settings
Assembly: 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.

Return Value

An object of the specified type.

See Also