CommandLineBuilder.AppendSpaceIfNotEmpty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.