C# Class GraphicsEngine.Common.Extensions.StringExtensions

Afficher le fichier Open project: ckarcz/GraphicsEngine

Méthodes publiques

Méthode Description
EqualsInvariantCultureIgnoreCase ( this str, string s ) : bool
IsNullOrEmpty ( this str ) : bool
ParseInvariantFloat ( this floatString ) : float
ParseInvariantInt ( this intString ) : int

Method Details

EqualsInvariantCultureIgnoreCase() public static méthode

public static EqualsInvariantCultureIgnoreCase ( this str, string s ) : bool
str this
s string
Résultat bool

IsNullOrEmpty() public static méthode

public static IsNullOrEmpty ( this str ) : bool
str this
Résultat bool

ParseInvariantFloat() public static méthode

public static ParseInvariantFloat ( this floatString ) : float
floatString this
Résultat float

ParseInvariantInt() public static méthode

public static ParseInvariantInt ( this intString ) : int
intString this
Résultat int