C# 클래스 DiscogsNet.ExtensionMethods

파일 보기 프로젝트 열기: MediaPortal/MPTagThat

공개 메소드들

메소드 설명
AddIfNotNullOrWhiteSpace ( this list, string item ) : void
AddQueryParam ( this source, string key, string value ) : StringBuilder
Join ( this source ) : string
Join ( this source, string separator ) : string
JoinFixed ( this source ) : string
TrimAndNormalizeLineEndings ( this source ) : string
ValueAsStringArray ( this token ) : string[]

메소드 상세

AddIfNotNullOrWhiteSpace() 공개 정적인 메소드

public static AddIfNotNullOrWhiteSpace ( this list, string item ) : void
list this
item string
리턴 void

AddQueryParam() 공개 정적인 메소드

public static AddQueryParam ( this source, string key, string value ) : StringBuilder
source this
key string
value string
리턴 StringBuilder

Join() 공개 정적인 메소드

public static Join ( this source ) : string
source this
리턴 string

Join() 공개 정적인 메소드

public static Join ( this source, string separator ) : string
source this
separator string
리턴 string

JoinFixed() 공개 정적인 메소드

public static JoinFixed ( this source ) : string
source this
리턴 string

TrimAndNormalizeLineEndings() 공개 정적인 메소드

public static TrimAndNormalizeLineEndings ( this source ) : string
source this
리턴 string

ValueAsStringArray() 공개 정적인 메소드

public static ValueAsStringArray ( this token ) : string[]
token this
리턴 string[]