Méthode | Description | |
---|---|---|
CollapseMultipleWhiteSpaces ( string input ) : string |
Collapses consecutive white spaces into one.
|
|
ToBracketEnclosedList ( IEnumerable |
|
|
ToNewlineSemicolonSeparatedList ( IEnumerable |
|
|
ToTokenSeparatedList ( IEnumerable |
|
public static CollapseMultipleWhiteSpaces ( string input ) : string | ||
input | string | |
Résultat | string |
public static ToBracketEnclosedList ( IEnumerable |
||
items | IEnumerable |
|
includeSeparatorAtLast | bool | |
Résultat | string |
public static ToNewlineSemicolonSeparatedList ( IEnumerable |
||
items | IEnumerable |
|
includeSeparatorAtLast | bool | |
Résultat | string |
public static ToTokenSeparatedList ( IEnumerable |
||
items | IEnumerable |
|
separator | string | |
includeSeparatorAtLast | bool | |
Résultat | string |