DeserializeHashTableBase64 deserializes a Hashtable using Binary Formatting

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

Syntax

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

Parameters

Source
Type: System..::..String
The String Source to deserialize

Return Value

The deserialized Hashtable

Remarks

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

See Also