C# 클래스 SnakeBattleNet.Web.Utils.StringExtensions

파일 보기 프로젝트 열기: FoC-/SnakeBattle.Net

공개 메소드들

메소드 설명
F ( this str ) : string
IsNotNullOrEmpty ( this str ) : bool
IsNullOrEmpty ( this str ) : bool
IsNullOrWhiteSpace ( this str ) : bool

메소드 상세

F() 공개 정적인 메소드

public static F ( this str ) : string
str this
리턴 string

IsNotNullOrEmpty() 공개 정적인 메소드

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

IsNullOrEmpty() 공개 정적인 메소드

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

IsNullOrWhiteSpace() 공개 정적인 메소드

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