C# Class NCop.Core.Extensions.StringExtensions

Afficher le fichier Open project: sagifogel/NCop

Méthodes publiques

Méthode Description
Fmt ( this value ) : string
IsNotNullOrEmpty ( this value ) : bool
IsNullOrEmpty ( this value ) : bool
ToCamelCase ( this value ) : string
ToLowercaseUnderscore ( this value ) : string

Method Details

Fmt() public static méthode

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

IsNotNullOrEmpty() public static méthode

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

IsNullOrEmpty() public static méthode

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

ToCamelCase() public static méthode

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

ToLowercaseUnderscore() public static méthode

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