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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.