A string that represents a Web server control's view state.
Use the IStateFormatter.Serialize(object) method to transform an object state graph to string form. Reconstitute a state object from the string using the IStateFormatter.Deserialize(string) method.