C# Class BitmapReader.Extensions.StringExtensions

Afficher le fichier Open project: egeozcan/DrawThatThing

Méthodes publiques

Méthode Description
EqualsToAny ( this str ) : bool
ToBool ( this str, bool defVal = false ) : bool
ToColor ( this str ) : Color
ToInt ( this str, int defVal ) : int

Method Details

EqualsToAny() public static méthode

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

ToBool() public static méthode

public static ToBool ( this str, bool defVal = false ) : bool
str this
defVal bool
Résultat bool

ToColor() public static méthode

public static ToColor ( this str ) : Color
str this
Résultat Color

ToInt() public static méthode

public static ToInt ( this str, int defVal ) : int
str this
defVal int
Résultat int