KeySpline.ToString Method

Definition

Creates a string representation of this instance of KeySpline.

Overloads

ToString()

Creates a string representation of this instance of KeySpline based on the current culture.

ToString(IFormatProvider)

Creates a string representation of this KeySpline based on the supplied IFormatProvider.

ToString()

Creates a string representation of this instance of KeySpline based on the current culture.

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

Returns

A string representation of this KeySpline.

Applies to

ToString(IFormatProvider)

Creates a string representation of this KeySpline based on the supplied IFormatProvider.

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

Parameters

formatProvider
IFormatProvider

The format provider to use. If provider is null, the current culture is used.

Returns

A string representation of this instance of KeySpline.

Applies to