DoubleCollection.ToString Metoda

Definicja

Tworzy reprezentację String tego elementu DoubleCollection.

Przeciążenia

ToString()

Tworzy reprezentację String tego elementu DoubleCollection.

ToString(IFormatProvider)

Tworzy reprezentację String tego elementu DoubleCollection.

ToString()

Tworzy reprezentację String tego elementu DoubleCollection.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Zwraca

Zwraca wartość zawierającą String wartości tego DoubleCollectionelementu .

Dotyczy

ToString(IFormatProvider)

Tworzy reprezentację String tego elementu 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

Parametry

provider
IFormatProvider

Informacje o formatowaniu specyficznym dla kultury.

Zwraca

Zwraca wartość zawierającą String wartości tego DoubleCollectionelementu .

Dotyczy