메소드 | 설명 | |
---|---|---|
AddIfNotNullOrWhiteSpace ( this |
||
AddQueryParam ( this source, string key, string value ) : StringBuilder | ||
Join ( this |
||
Join ( this | ||
JoinFixed ( this |
||
TrimAndNormalizeLineEndings ( this source ) : string | ||
ValueAsStringArray ( this token ) : string[] |
public static AddIfNotNullOrWhiteSpace ( this |
||
list | this |
|
item | string | |
리턴 | void |
public static AddQueryParam ( this source, string key, string value ) : StringBuilder | ||
source | this | |
key | string | |
value | string | |
리턴 | StringBuilder |
public static TrimAndNormalizeLineEndings ( this source ) : string | ||
source | this | |
리턴 | string |
public static ValueAsStringArray ( this token ) : string[] | ||
token | this | |
리턴 | string[] |