C# Class SnakeBattleNet.Web.Utils.StringExtensions

显示文件 Open project: FoC-/SnakeBattle.Net

Public Methods

Method Description
F ( this str ) : string
IsNotNullOrEmpty ( this str ) : bool
IsNullOrEmpty ( this str ) : bool
IsNullOrWhiteSpace ( this str ) : bool

Method Details

F() public static method

public static F ( this str ) : string
str this
return string

IsNotNullOrEmpty() public static method

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

IsNullOrEmpty() public static method

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

IsNullOrWhiteSpace() public static method

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