ApplicationParameter.ToString Method

Definition

Returns a string representation of the ApplicationParameter class.

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

Returns

Returns a string that displays an application parameter with format "name" = "value" followed by a newline.

Applies to