C# Class Glass.Imaging.Core.StringExtensions

Afficher le fichier Open project: SuperJMN/Glass

Méthodes publiques

Méthode 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?

Method Details

CollapseSpaces() public static méthode

public static CollapseSpaces ( this value ) : string
value this
Résultat string

GetChunks() public static méthode

public static GetChunks ( this str ) : IEnumerable
str this
Résultat IEnumerable

RemoveDiacritics() public static méthode

public static RemoveDiacritics ( this str ) : string
str this
Résultat string

ToInt32() public static méthode

public static ToInt32 ( this str ) : int
str this
Résultat int

Truncate() public static méthode

public static Truncate ( this str, int length ) : string
str this
length int
Résultat string

TryParseToInt32() public static méthode

public static TryParseToInt32 ( this str ) : int?
str this
Résultat int?