Point3D.ToString Methode

Definition

Erstellt eine String Darstellung dieser Point3D Struktur.

Überlädt

Name Beschreibung
ToString()

Erstellt eine String Darstellung dieser Point3D Struktur.

ToString(IFormatProvider)

Erstellt eine String Darstellung dieser Point3D Struktur.

ToString()

Erstellt eine String Darstellung dieser Point3D Struktur.

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

Gibt zurück

A String containing the X, Y, , and Z values of this Point3D structure.

Gilt für:

ToString(IFormatProvider)

Erstellt eine String Darstellung dieser Point3D Struktur.

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

Parameter

provider
IFormatProvider

Die kulturspezifischen Formatierungsinformationen.

Gibt zurück

A String containing the X, Y, , and Z values of this Point3D structure.

Gilt für: