Serialize the property value into a string.

Namespace: DotNetNuke.Entities.Modules.Settings
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
string Serialize(
	T value
)
Visual Basic
Function Serialize ( 
	value As T
) As String

Parameters

value
Type: T
The value of the associated settings property.

Return Value

String

See Also