C# 클래스 BitmapReader.Extensions.StringExtensions

파일 보기 프로젝트 열기: egeozcan/DrawThatThing

공개 메소드들

메소드 설명
EqualsToAny ( this str ) : bool
ToBool ( this str, bool defVal = false ) : bool
ToColor ( this str ) : Color
ToInt ( this str, int defVal ) : int

메소드 상세

EqualsToAny() 공개 정적인 메소드

public static EqualsToAny ( this str ) : bool
str this
리턴 bool

ToBool() 공개 정적인 메소드

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

ToColor() 공개 정적인 메소드

public static ToColor ( this str ) : Color
str this
리턴 Color

ToInt() 공개 정적인 메소드

public static ToInt ( this str, int defVal ) : int
str this
defVal int
리턴 int