C# Class Hd.Portal.Components.StringUtils

Afficher le fichier Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Méthodes publiques

Méthode Description
IsBlank ( this value ) : bool
SmartSplit ( string input ) : string[]
StripTags ( string text ) : string
TrimToNull ( this value ) : string

Method Details

IsBlank() public static méthode

public static IsBlank ( this value ) : bool
value this
Résultat bool

SmartSplit() public static méthode

public static SmartSplit ( string input ) : string[]
input string
Résultat string[]

StripTags() public static méthode

public static StripTags ( string text ) : string
text string
Résultat string

TrimToNull() public static méthode

public static TrimToNull ( this value ) : string
value this
Résultat string