Serialize the property value into a string.
Namespace: DotNetNuke.Entities.Modules.SettingsAssembly: 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.