Share via


PSDictionaryElement.ToString Method

Definition

Overloads

ToString()

A string representation of the contained dictionary

ToString(Int32)

A string representation of the contained dictionary

ToString()

A string representation of the contained dictionary

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

Returns

A string representation of the contained dictionary

Applies to

ToString(Int32)

A string representation of the contained dictionary

public string ToString (int indentationTabs);
override this.ToString : int -> string
Public Function ToString (indentationTabs As Integer) As String

Parameters

indentationTabs
Int32

The number of tabs to insert in front of each member

Returns

A string representation of the contained dictionary

Applies to