C# Class Predica.FimCommunication.StringExtensions

Afficher le fichier Open project: Predica/FimClient

Méthodes publiques

Méthode Description
DoesNotContain ( this @this, string value ) : bool
FormatWith ( this @this ) : string
IsNotNullOrEmpty ( this @this ) : bool
IsNullOrEmpty ( this @this ) : bool

Method Details

DoesNotContain() public static méthode

public static DoesNotContain ( this @this, string value ) : bool
@this this
value string
Résultat bool

FormatWith() public static méthode

public static FormatWith ( this @this ) : string
@this this
Résultat string

IsNotNullOrEmpty() public static méthode

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

IsNullOrEmpty() public static méthode

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