C# 클래스 ObjUnity3D.StringExt

파일 보기 프로젝트 열기: Katalyst6/CSL.NetworkExtensions 1 사용 예제들

공개 메소드들

메소드 설명
EqualsInvariantCultureIgnoreCase ( this str, string s ) : bool
IsNullOrEmpty ( this str ) : bool
IsNullOrWhiteSpace ( string value ) : bool
ParseInvariantFloat ( this floatString ) : float
ParseInvariantInt ( this intString ) : int

메소드 상세

EqualsInvariantCultureIgnoreCase() 공개 정적인 메소드

public static EqualsInvariantCultureIgnoreCase ( this str, string s ) : bool
str this
s string
리턴 bool

IsNullOrEmpty() 공개 정적인 메소드

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

IsNullOrWhiteSpace() 공개 정적인 메소드

public static IsNullOrWhiteSpace ( string value ) : bool
value string
리턴 bool

ParseInvariantFloat() 공개 정적인 메소드

public static ParseInvariantFloat ( this floatString ) : float
floatString this
리턴 float

ParseInvariantInt() 공개 정적인 메소드

public static ParseInvariantInt ( this intString ) : int
intString this
리턴 int