PathFigureCollection.ToString Methode
Definition
Konvertiert den aktuellen Wert eines PathFigureCollection in einen String.Converts the current value of a PathFigureCollection to a String.
Überlädt
ToString() |
Konvertiert den aktuellen Wert eines PathFigureCollection in einen String.Converts the current value of a PathFigureCollection to a String. |
ToString(IFormatProvider) |
Konvertiert den aktuellen Wert einer PathFigureCollection unter Verwendung der angegebenen kulturabhängigen Formatierungsinformationen in einen String.Converts the current value of a PathFigureCollection to a String using the specified culture-specific formatting information. |
ToString()
Konvertiert den aktuellen Wert eines PathFigureCollection in einen String.Converts the current value of a PathFigureCollection to a String.
public:
override System::String ^ ToString();
public override string ToString ();
abstract member ToString : unit -> string
override this.ToString : unit -> string
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Gibt zurück
Eine Zeichenfolgendarstellung des PathFigureCollection.A string representation of the PathFigureCollection.
Gilt für:
ToString(IFormatProvider)
Konvertiert den aktuellen Wert einer PathFigureCollection unter Verwendung der angegebenen kulturabhängigen Formatierungsinformationen in einen String.Converts the current value of a PathFigureCollection to a String using the specified culture-specific formatting information.
public:
System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider provider);
member this.ToString : IFormatProvider -> string
override this.ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String
Parameter
- provider
- IFormatProvider
Kulturspezifische Formatierungsinformationen.Culture-specific formatting information.
Gibt zurück
Eine Zeichenfolgendarstellung des PathFigureCollection.A string representation of the PathFigureCollection.