Int32Rect.ToString Method

Definition

Creates a string representation of this Int32Rect.

Overloads

ToString()

Creates a string representation of this Int32Rect.

ToString(IFormatProvider)

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

ToString()

Creates a string representation of this Int32Rect.

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

Returns

A string containing the same X, Y, Width, and Height values of this Int32Rect structure.

Applies to

ToString(IFormatProvider)

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

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

Parameters

provider
IFormatProvider

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

Returns

A string representation of this instance of Int32Rect.

Applies to