PeerContactCollection.ToString Method

Definition

Returns a Unicode String representing the current value of each PeerContact, separated by commas.

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

Returns

Unicode String representing the current value of each PeerContact, separated by commas.

Applies to

See also