ObjectStateFormatter.IStateFormatter.Serialize Method (Object)

 

For a description of this member, see ObjectStateFormatter.Serialize.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Private Function Serialize (
	state As Object
) As String
	Implements IStateFormatter.Serialize

Parameters

state
Type: System.Object

The object that represents the view state of the Web server control to serialize to string form.

Return Value

Type: System.String

A string that represents a Web server control's view state.

This member is an explicit interface member implementation. It can be used only when the ObjectStateFormatter instance is cast to an IStateFormatter interface.

.NET Framework
Available since 2.0
Return to top
Show: