C# 클래스 System.Extensions

Utils class.
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 메소드들

메소드 설명
ConvertFromYesNo ( this text ) : bool
GetBytes ( this nativeUtf8 ) : byte[]
GetString ( this nativeUtf8 ) : string
IsEqualToString ( this text, string text2 ) : bool
ToBool ( this anObject ) : bool
ToDouble ( this anObject ) : double
ToFloat ( this anObject ) : float
ToInt ( this anObject ) : int
strlen ( this nativeUtf8 ) : int

메소드 상세

ConvertFromYesNo() 공개 정적인 메소드

public static ConvertFromYesNo ( this text ) : bool
text this
리턴 bool

GetBytes() 공개 정적인 메소드

public static GetBytes ( this nativeUtf8 ) : byte[]
nativeUtf8 this
리턴 byte[]

GetString() 공개 정적인 메소드

public static GetString ( this nativeUtf8 ) : string
nativeUtf8 this
리턴 string

IsEqualToString() 공개 정적인 메소드

public static IsEqualToString ( this text, string text2 ) : bool
text this
text2 string
리턴 bool

ToBool() 공개 정적인 메소드

public static ToBool ( this anObject ) : bool
anObject this
리턴 bool

ToDouble() 공개 정적인 메소드

public static ToDouble ( this anObject ) : double
anObject this
리턴 double

ToFloat() 공개 정적인 메소드

public static ToFloat ( this anObject ) : float
anObject this
리턴 float

ToInt() 공개 정적인 메소드

public static ToInt ( this anObject ) : int
anObject this
리턴 int

strlen() 공개 정적인 메소드

public static strlen ( this nativeUtf8 ) : int
nativeUtf8 this
리턴 int