ObjectStateFormatter.IStateFormatter.Serialize(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see Serialize(Object).
virtual System::String ^ System.Web.UI.IStateFormatter.Serialize(System::Object ^ state) = System::Web::UI::IStateFormatter::Serialize;
string IStateFormatter.Serialize (object state);
abstract member System.Web.UI.IStateFormatter.Serialize : obj -> string
override this.System.Web.UI.IStateFormatter.Serialize : obj -> string
Function Serialize (state As Object) As String Implements IStateFormatter.Serialize
Parameters
- state
- Object
The object that represents the view state of the Web server control to serialize to string form.
Returns
A string that represents a Web server control's view state.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ObjectStateFormatter instance is cast to an IStateFormatter interface.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.