VectorCollection.ToString Método

Definición

Crea una representación de tipo String de esta estructura VectorCollection.

Sobrecargas

ToString()

Crea una representación de tipo String de esta estructura VectorCollection.

ToString(IFormatProvider)

Crea una representación de tipo String de esta estructura VectorCollection.

ToString()

Crea una representación de tipo String de esta estructura VectorCollection.

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

Devoluciones

Devuelve un objeto String que contiene los valores de X y Y de la estructura Vector en este objeto VectorCollection.

Se aplica a

ToString(IFormatProvider)

Crea una representación de tipo String de esta estructura VectorCollection.

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 objeto String que contiene los valores de X y Y de la estructura Vector en este objeto VectorCollection.

Se aplica a