Padding.ToString Method

Definition

Returns a string that represents the current Padding.

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

Returns

A String that represents the current Padding.

Remarks

This method returns a string containing the labeled values of the padding for all four edges.

This method overrides Object.ToString.

Applies to

See also