IndexedString Class
Provides a utility string class that is used by the ObjectStateFormatter class to optimize object graph serialization. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | IndexedString(String^) | Initializes a new instance of the IndexedString class. |
| Name | Description | |
|---|---|---|
![]() | Value | Gets the string associated with the IndexedString object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

