Method | Description | |
---|---|---|
IsNullOrWhiteSpace ( this s ) : bool | ||
ReadLines ( this s ) : IEnumerable |
||
Replace ( this s, string oldValue, string newValue, System.StringComparison stringComparison = StringComparison.CurrentCulture ) : string |
public static IsNullOrWhiteSpace ( this s ) : bool | ||
s | this | |
return | bool |
public static ReadLines ( this s ) : IEnumerable |
||
s | this | |
return | IEnumerable |
public static Replace ( this s, string oldValue, string newValue, System.StringComparison stringComparison = StringComparison.CurrentCulture ) : string | ||
s | this | |
oldValue | string | |
newValue | string | |
stringComparison | System.StringComparison | |
return | string |