Sdílet prostřednictvím


IndexedString(String) Konstruktor

Definice

Inicializuje novou instanci IndexedString třídy.

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)

Parametry

s
String

Řetězec

Výjimky

Parametr řetězce předaný konstruktoru je null nebo Empty.

Poznámky

Konstruktor IndexedString zajistí, že předaný řetězec není null nebo Empty, a pak ho Value přiřadí vlastnosti.

Platí pro