RepeatBehavior.ToString Method

Definition

Returns a string representation of this RepeatBehavior instance.

Overloads

ToString()

Returns a string representation of this RepeatBehavior instance.

ToString(IFormatProvider)

Returns a string representation of this RepeatBehavior instance with the specified format.

ToString()

Returns a string representation of this RepeatBehavior instance.

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 instance.

Applies to

ToString(IFormatProvider)

Returns a string representation of this RepeatBehavior instance with the specified format.

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 used to construct the return value.

Returns

A string representation of this instance.

Applies to