CommandLineBuilder.AppendSpaceIfNotEmpty Method

Definition

Add a space or newline to the specified string if and only if it's not empty.

protected:
 void AppendSpaceIfNotEmpty();
protected void AppendSpaceIfNotEmpty ();
member this.AppendSpaceIfNotEmpty : unit -> unit
Protected Sub AppendSpaceIfNotEmpty ()

Remarks

This is a pretty obscure method and so it's only available to inherited classes.

Applies to