Method | Description | |
---|---|---|
AppendWith ( this value, string appendWith ) : string | ||
EndsWithAny ( this value ) : bool | ||
Inject ( this format ) : string | ||
PrependWith ( this value, string prependWith ) : string | ||
ToJoinedString ( this |
||
ToKeyValues ( this keyValueString, char pairDelim, char keyValueDelim ) : string>.IDictionary |
||
ToStringOrNull ( this obj ) : string |
public static AppendWith ( this value, string appendWith ) : string | ||
value | this | |
appendWith | string | |
return | string |
public static EndsWithAny ( this value ) : bool | ||
value | this | |
return | bool |
public static Inject ( this format ) : string | ||
format | this | |
return | string |
public static PrependWith ( this value, string prependWith ) : string | ||
value | this | |
prependWith | string | |
return | string |
public static ToJoinedString ( this |
||
strings | this |
|
separator | string | |
itemFormat | string | |
return | string |
public static ToKeyValues ( this keyValueString, char pairDelim, char keyValueDelim ) : string>.IDictionary |
||
keyValueString | this | |
pairDelim | char | |
keyValueDelim | char | |
return | string>.IDictionary |
public static ToStringOrNull ( this obj ) : string | ||
obj | this | |
return | string |