DoubleCollection.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.
Crée une représentation String de DoubleCollection.
Surcharges
ToString() |
Crée une représentation String de DoubleCollection. |
ToString(IFormatProvider) |
Crée une représentation String de DoubleCollection. |
ToString()
Crée une représentation String de DoubleCollection.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Retours
Retourne un String contenant les valeurs de DoubleCollection.
S’applique à
ToString(IFormatProvider)
Crée une représentation String de DoubleCollection.
public:
System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider provider);
override this.ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String
Paramètres
- provider
- IFormatProvider
Informations de mise en forme spécifiques à la culture.
Retours
Retourne un String contenant les valeurs de DoubleCollection.