SerializeHashTableBase64 serializes a Hashtable using Binary Formatting

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string SerializeHashTableBase64(
	Hashtable Source
)
Visual Basic
Public Shared Function SerializeHashTableBase64 ( 
	Source As Hashtable
) As String

Parameters

Source
Type: System.Collections..::..Hashtable
The Hashtable to serialize

Return Value

The serialized String

Remarks

While this method of serializing is no longer supported (due to Medium Trust issue, it is still required for upgrade purposes.

See Also