IndexedString(String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

s
String

Ciąg.

Wyjątki

Parametr ciągu przekazany do konstruktora to null lub Empty.

Uwagi

Konstruktor IndexedString zapewnia, że przekazany ciąg nie null jest lub Empty, a następnie przypisuje go do Value właściwości .

Dotyczy