C# Class TekConf.Api.Infrastructure.Extensions.StringExtension

Afficher le fichier Open project: tekconf/tekconf

Méthodes publiques

Méthode Description
ToTitleCase ( this str ) : string

Use the current thread's culture info for conversion

ToTitleCase ( this str, CultureInfo cultureInfo ) : string

Overload which uses the specified culture info

ToTitleCase ( this str, string cultureInfoName ) : string

Overload which uses the culture info with the specified name

Method Details

ToTitleCase() public static méthode

Use the current thread's culture info for conversion
public static ToTitleCase ( this str ) : string
str this
Résultat string

ToTitleCase() public static méthode

Overload which uses the specified culture info
public static ToTitleCase ( this str, CultureInfo cultureInfo ) : string
str this
cultureInfo System.Globalization.CultureInfo
Résultat string

ToTitleCase() public static méthode

Overload which uses the culture info with the specified name
public static ToTitleCase ( this str, string cultureInfoName ) : string
str this
cultureInfoName string
Résultat string