Method | Description | |
---|---|---|
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 | |
return | void |
public static AddQueryParam ( this source, string key, string value ) : StringBuilder | ||
source | this | |
key | string | |
value | string | |
return | StringBuilder |
public static JoinFixed ( this |
||
source | this |
|
return | string |
public static TrimAndNormalizeLineEndings ( this source ) : string | ||
source | this | |
return | string |
public static ValueAsStringArray ( this token ) : string[] | ||
token | this | |
return | string[] |