Skip to content

M_CommandLine_Infrastructure_StringBuilderExtensions_AppendIfNotEmpty

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

StringBuilderExtensions.AppendIfNotEmpty Method

Namespace: CommandLine.Infrastructure
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public static StringBuilder AppendIfNotEmpty(
	this StringBuilder builder,
	params string[] values
)

VB

<ExtensionAttribute>
Public Shared Function AppendIfNotEmpty ( 
	builder As StringBuilder,
	ParamArray values As String()
) As StringBuilder

C++

public:
[ExtensionAttribute]
static StringBuilder^ AppendIfNotEmpty(
	StringBuilder^ builder, 
	... array<String^>^ values
)

F#

[<ExtensionAttribute>]
static member AppendIfNotEmpty : 
        builder : StringBuilder * 
        values : string[] -> StringBuilder 

Parameters

 

builder
Type: System.Text.StringBuilder
values
Type: System.String[]

Return Value

Type: StringBuilder

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type StringBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference

StringBuilderExtensions Class
CommandLine.Infrastructure Namespace

Clone this wiki locally