RepeatBehavior.ToString Method

Definition

Overloads

ToString()

Returns a string representation of this RepeatBehavior.

ToString(IFormatProvider)

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

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) RepeatBehavior struct. For more information, see RepeatBehavior in the UWP API reference.

ToString()

Returns a string representation of this RepeatBehavior.

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

Applies to

ToString(IFormatProvider)

Returns a string representation of this RepeatBehavior 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 RepeatBehavior.

Applies to