VectorCollection.ToString Método

Definición

Crea una String representación de este VectorCollectionobjeto .

Sobrecargas

Nombre Description
ToString()

Crea una String representación de este VectorCollectionobjeto .

ToString(IFormatProvider)

Crea una String representación de este VectorCollectionobjeto .

ToString()

Crea una String representación de este VectorCollectionobjeto .

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

Devoluciones

Devuelve un String objeto que contiene los X valores y Y de las Vector estructuras de este VectorCollectionobjeto .

Se aplica a

ToString(IFormatProvider)

Crea una String representación de este VectorCollectionobjeto .

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

Información de formato específica de la referencia cultural.

Devoluciones

Devuelve un String objeto que contiene los X valores y Y de las Vector estructuras de este VectorCollectionobjeto .

Se aplica a