C# Класс TekConf.Api.Infrastructure.Extensions.StringExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ToTitleCase() публичный статический Метод

Use the current thread's culture info for conversion
public static ToTitleCase ( this str ) : string
str this
Результат string

ToTitleCase() публичный статический Метод

Overload which uses the specified culture info
public static ToTitleCase ( this str, CultureInfo cultureInfo ) : string
str this
cultureInfo System.Globalization.CultureInfo
Результат string

ToTitleCase() публичный статический Метод

Overload which uses the culture info with the specified name
public static ToTitleCase ( this str, string cultureInfoName ) : string
str this
cultureInfoName string
Результат string