DoubleCollection.ToString Método

Definição

Cria uma String representação deste DoubleCollection.

Sobrecargas

Name Description
ToString()

Cria uma String representação deste DoubleCollection.

ToString(IFormatProvider)

Cria uma String representação deste DoubleCollection.

ToString()

Cria uma String representação deste DoubleCollection.

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

Devoluções

Devolve a String contendo os valores deste DoubleCollection.

Aplica-se a

ToString(IFormatProvider)

Cria uma String representação deste 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

Parâmetros

provider
IFormatProvider

Informação de formatação específica por cultura.

Devoluções

Devolve a String contendo os valores deste DoubleCollection.

Aplica-se a