C# 클래스 Rosetta.Translation.SyntaxUtility

Utility class for tokens.
파일 보기 프로젝트 열기: andry-tino/Rosetta 1 사용 예제들

공개 메소드들

메소드 설명
CollapseMultipleWhiteSpaces ( string input ) : string

Collapses consecutive white spaces into one.

ToBracketEnclosedList ( IEnumerable items, bool includeSeparatorAtLast = false ) : string

ToNewlineSemicolonSeparatedList ( IEnumerable items, bool includeSeparatorAtLast = false ) : string

ToTokenSeparatedList ( IEnumerable items, string separator, bool includeSeparatorAtLast = false ) : string

메소드 상세

CollapseMultipleWhiteSpaces() 공개 정적인 메소드

Collapses consecutive white spaces into one.
public static CollapseMultipleWhiteSpaces ( string input ) : string
input string
리턴 string

ToBracketEnclosedList() 공개 정적인 메소드

public static ToBracketEnclosedList ( IEnumerable items, bool includeSeparatorAtLast = false ) : string
items IEnumerable
includeSeparatorAtLast bool
리턴 string

ToNewlineSemicolonSeparatedList() 공개 정적인 메소드

public static ToNewlineSemicolonSeparatedList ( IEnumerable items, bool includeSeparatorAtLast = false ) : string
items IEnumerable
includeSeparatorAtLast bool
리턴 string

ToTokenSeparatedList() 공개 정적인 메소드

public static ToTokenSeparatedList ( IEnumerable items, string separator, bool includeSeparatorAtLast = false ) : string
items IEnumerable
separator string
includeSeparatorAtLast bool
리턴 string