ObjectStateFormatter.IStateFormatter.Deserialize(String) 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 Deserialize(String).
virtual System::Object ^ System.Web.UI.IStateFormatter.Deserialize(System::String ^ serializedState) = System::Web::UI::IStateFormatter::Deserialize;
object IStateFormatter.Deserialize (string serializedState);
abstract member System.Web.UI.IStateFormatter.Deserialize : string -> obj
override this.System.Web.UI.IStateFormatter.Deserialize : string -> obj
Function Deserialize (serializedState As String) As Object Implements IStateFormatter.Deserialize
Parameters
- serializedState
- String
A string that the IStateFormatter deserializes into an initialized object.
Returns
An object that represents the state of an ASP.NET server control.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.