C# Class BitmapReader.Extensions.StringExtensions

Show file Open project: egeozcan/DrawThatThing

Public Methods

Method 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 method

public static EqualsToAny ( this str ) : bool
str this
return bool

ToBool() public static method

public static ToBool ( this str, bool defVal = false ) : bool
str this
defVal bool
return bool

ToColor() public static method

public static ToColor ( this str ) : Color
str this
return Color

ToInt() public static method

public static ToInt ( this str, int defVal ) : int
str this
defVal int
return int