C# Class Serilog.Formatting.Display.Casing

Afficher le fichier Open project: serilog/serilog Class Usage Examples

Méthodes publiques

Méthode Description
Format ( string value, string format = null ) : string

Apply upper or lower casing to value when format is provided. Returns value when no or invalid format provided

Method Details

Format() public static méthode

Apply upper or lower casing to value when format is provided. Returns value when no or invalid format provided
public static Format ( string value, string format = null ) : string
value string
format string
Résultat string