C# Class StarterTemplate.Core.Extensions.StringExtensions

Afficher le fichier Open project: mccalltd/MvcStarterTemplate

Méthodes publiques

Méthode Description
FormatWith ( this s ) : string
HasNoValue ( this s ) : bool
HasValue ( this s ) : bool
ToWords ( this s ) : string
ValueOr ( this s, string defaultValue ) : string

Method Details

FormatWith() public static méthode

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

HasNoValue() public static méthode

public static HasNoValue ( this s ) : bool
s this
Résultat bool

HasValue() public static méthode

public static HasValue ( this s ) : bool
s this
Résultat bool

ToWords() public static méthode

public static ToWords ( this s ) : string
s this
Résultat string

ValueOr() public static méthode

public static ValueOr ( this s, string defaultValue ) : string
s this
defaultValue string
Résultat string