RepeatBehavior.ToString Méthode
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.
Retourne une représentation sous forme de chaîne de cette instance RepeatBehavior.
Surcharges
ToString() |
Retourne une représentation sous forme de chaîne de cette instance RepeatBehavior. |
ToString(IFormatProvider) |
Retourne une représentation sous forme de chaîne de cette instance RepeatBehavior avec le format spécifié. |
ToString()
Retourne une représentation sous forme de chaîne de cette instance RepeatBehavior.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Retours
Représentation sous forme de chaîne de cette instance.
S’applique à
ToString(IFormatProvider)
Retourne une représentation sous forme de chaîne de cette instance RepeatBehavior avec le format spécifié.
public:
System::String ^ ToString(IFormatProvider ^ formatProvider);
public string ToString (IFormatProvider formatProvider);
override this.ToString : IFormatProvider -> string
Public Function ToString (formatProvider As IFormatProvider) As String
Paramètres
- formatProvider
- IFormatProvider
Format utilisé pour construire la valeur de retour.
Retours
Représentation sous forme de chaîne de cette instance.