Method | Description | |
---|---|---|
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 | |
return | string |
public static GetChunks ( this str ) : IEnumerable |
||
str | this | |
return | IEnumerable |
public static RemoveDiacritics ( this str ) : string | ||
str | this | |
return | string |
public static Truncate ( this str, int length ) : string | ||
str | this | |
length | int | |
return | string |
public static TryParseToInt32 ( this str ) : int? | ||
str | this | |
return | int? |