C# Class SnakeBattleNet.Web.Utils.StringExtensions

Afficher le fichier Open project: FoC-/SnakeBattle.Net

Méthodes publiques

Méthode Description
F ( this str ) : string
IsNotNullOrEmpty ( this str ) : bool
IsNullOrEmpty ( this str ) : bool
IsNullOrWhiteSpace ( this str ) : bool

Method Details

F() public static méthode

public static F ( this str ) : string
str this
Résultat string

IsNotNullOrEmpty() public static méthode

public static IsNotNullOrEmpty ( this str ) : bool
str this
Résultat bool

IsNullOrEmpty() public static méthode

public static IsNullOrEmpty ( this str ) : bool
str this
Résultat bool

IsNullOrWhiteSpace() public static méthode

public static IsNullOrWhiteSpace ( this str ) : bool
str this
Résultat bool