IndexedString Class
.NET Framework 3.0
Provides a utility string class that is used by the ObjectStateFormatter class to optimize object graph serialization. This class cannot be inherited.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The IndexedString class is used by the ObjectStateFormatter class to build string tables and optimize object graph serialization. IndexedString provides optimization that allows the efficient storing of page state information that contains a repeated string. The IndexedString class is not intended to be used directly from your code.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
Community Additions
ADD
Show: