Skip to content

M_CommandLine_Infrastructure_StringBuilderExtensions_TrimEndIfMatchWhen

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

StringBuilderExtensions.TrimEndIfMatchWhen Method

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

Syntax

C#

public static StringBuilder TrimEndIfMatchWhen(
	this StringBuilder builder,
	bool condition,
	char c
)

VB

<ExtensionAttribute>
Public Shared Function TrimEndIfMatchWhen ( 
	builder As StringBuilder,
	condition As Boolean,
	c As Char
) As StringBuilder

C++

public:
[ExtensionAttribute]
static StringBuilder^ TrimEndIfMatchWhen(
	StringBuilder^ builder, 
	bool condition, 
	wchar_t c
)

F#

[<ExtensionAttribute>]
static member TrimEndIfMatchWhen : 
        builder : StringBuilder * 
        condition : bool * 
        c : char -> StringBuilder 

Parameters

 

builder
Type: System.Text.StringBuilder
condition
Type: System.Boolean
c
Type: System.Char

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