IndexedString(String) Costruttore

Definizione

Inizializza una nuova istanza della classe IndexedString.

public:
 IndexedString(System::String ^ s);
public IndexedString (string s);
new System.Web.UI.IndexedString : string -> System.Web.UI.IndexedString
Public Sub New (s As String)

Parametri

s
String

Stringa.

Eccezioni

Il parametro stringa passato al costruttore è null o Empty.

Commenti

Il IndexedString costruttore garantisce che la stringa passata non null sia o Empty, quindi la assegna alla Value proprietà .

Si applica a