IndexedString(String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é .