Метод | Описание | |
---|---|---|
CollapseSpaces ( this value ) : string | ||
GetChunks ( this str ) : IEnumerable |
||
RemoveDiacritics ( this str ) : string | ||
ToInt32 ( this str ) : int | ||
Truncate ( this str, int length ) : string | ||
TryParseToInt32 ( this str ) : int? |
public static CollapseSpaces ( this value ) : string | ||
value | this | |
Результат | string |
public static GetChunks ( this str ) : IEnumerable |
||
str | this | |
Результат | IEnumerable |
public static RemoveDiacritics ( this str ) : string | ||
str | this | |
Результат | string |
public static ToInt32 ( this str ) : int | ||
str | this | |
Результат | int |
public static Truncate ( this str, int length ) : string | ||
str | this | |
length | int | |
Результат | string |
public static TryParseToInt32 ( this str ) : int? | ||
str | this | |
Результат | int? |