IndexedString Constructor (String)
.NET Framework (current version)
Initializes a new instance of the IndexedString class.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The string parameter passed to the constructor is null or String.Empty. |
The IndexedString constructor ensures that the string passed is not null or Empty, and then assigns it to the Value property.
.NET Framework
Available since 2.0
Available since 2.0
Show: