IndexedString(String) Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

s
String

Chaîne.

Exceptions

Le paramètre de chaîne passé au constructeur est null ou Empty.

Remarques

Le IndexedString constructeur s’assure que la chaîne passée n’est pas null ou Empty, puis l’affecte à la Value propriété .

S’applique à