Point3DCollection.ToString Metoda

Definicja

Tworzy reprezentację ciągu tego Point3DCollectionelementu .

Przeciążenia

ToString()

Tworzy reprezentację ciągu tego Point3DCollectionelementu .

ToString(IFormatProvider)

Tworzy reprezentację ciągu tego Point3DCollectionelementu .

ToString()

Tworzy reprezentację ciągu tego Point3DCollectionelementu .

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

Zwraca

String

Reprezentacja ciągu obiektu.

Dotyczy

ToString(IFormatProvider)

Tworzy reprezentację ciągu tego Point3DCollectionelementu .

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

String

Reprezentacja ciągu obiektu.

Dotyczy