Метод | Описание | |
---|---|---|
AfterLastOf ( this s, char c ) : String | ||
AfterLastOfAny ( this s ) : String | ||
Contains ( this source, string toCheck, StringComparison comp ) : bool | ||
Enclose ( this s, String within ) : string | ||
Enclose ( this s, String left, String right ) : string | ||
Enclose ( this s, char within ) : string | ||
FormatWith ( this format ) : String | ||
Indent ( this s, int count ) : string | ||
IsEqualToAnyOf ( this s ) : bool | ||
IsNullOrEmpty ( this s ) : bool | ||
JoinNonEmpty ( String sep ) : String | ||
LeftOf ( this s, char c, bool emptyIfNotFound ) : String | ||
LeftPart ( this s, int n ) : String | ||
Quote ( this s ) : string | ||
QuoteSingle ( this s ) : string | ||
Replace ( this original, string pattern, string replacement, StringComparison comparisonType ) : string | ||
ReplaceNullOrEmptyWith ( this s, String replacement ) : String | ||
Reverse ( this s ) : string | ||
SplitKeep ( this s ) : IEnumerable |
Split string using given delimiters and keeps delimiters. No empty string are returned.
|
|
ToCamelCase ( this source ) : string | ||
ToPascalCase ( this source ) : string |
public static AfterLastOf ( this s, char c ) : String | ||
s | this | |
c | char | |
Результат | String |
public static AfterLastOfAny ( this s ) : String | ||
s | this | |
Результат | String |
public static Contains ( this source, string toCheck, StringComparison comp ) : bool | ||
source | this | |
toCheck | string | |
comp | StringComparison | |
Результат | bool |
public static Enclose ( this s, String within ) : string | ||
s | this | |
within | String | |
Результат | string |
public static Enclose ( this s, String left, String right ) : string | ||
s | this | |
left | String | |
right | String | |
Результат | string |
public static Enclose ( this s, char within ) : string | ||
s | this | |
within | char | |
Результат | string |
public static FormatWith ( this format ) : String | ||
format | this | |
Результат | String |
public static Indent ( this s, int count ) : string | ||
s | this | |
count | int | |
Результат | string |
public static IsEqualToAnyOf ( this s ) : bool | ||
s | this | |
Результат | bool |
public static IsNullOrEmpty ( this s ) : bool | ||
s | this | |
Результат | bool |
public static JoinNonEmpty ( String sep ) : String | ||
sep | String | |
Результат | String |
public static LeftOf ( this s, char c, bool emptyIfNotFound ) : String | ||
s | this | |
c | char | |
emptyIfNotFound | bool | |
Результат | String |
public static LeftPart ( this s, int n ) : String | ||
s | this | |
n | int | |
Результат | String |
public static QuoteSingle ( this s ) : string | ||
s | this | |
Результат | string |
public static Replace ( this original, string pattern, string replacement, StringComparison comparisonType ) : string | ||
original | this | |
pattern | string | |
replacement | string | |
comparisonType | StringComparison | |
Результат | string |
public static ReplaceNullOrEmptyWith ( this s, String replacement ) : String | ||
s | this | |
replacement | String | |
Результат | String |
public static Reverse ( this s ) : string | ||
s | this | |
Результат | string |
public static SplitKeep ( this s ) : IEnumerable |
||
s | this | String instance. |
Результат | IEnumerable |
public static ToCamelCase ( this source ) : string | ||
source | this | |
Результат | string |
public static ToPascalCase ( this source ) : string | ||
source | this | |
Результат | string |