C# Class BcsResolver.Extensions.TextExtensions

Afficher le fichier Open project: sybila/BCSParser

Méthodes publiques

Méthode Description
CaselessEquals ( this str, string reference ) : bool
IsEmptyOrWhitespace ( this str ) : bool
RemoveAllWhitespaces ( this str ) : string

Method Details

CaselessEquals() public static méthode

public static CaselessEquals ( this str, string reference ) : bool
str this
reference string
Résultat bool

IsEmptyOrWhitespace() public static méthode

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

RemoveAllWhitespaces() public static méthode

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