C# Класс ConsoleFizzler.StringExtensions

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

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

Метод Описание
ToTitleCase ( this str, TextInfo info ) : string

Converts the specified string to titlecase.

ToTitleCaseInvariant ( this str ) : string

Converts the specified string to titlecase using the invariant culture.

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

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

Converts the specified string to titlecase.
public static ToTitleCase ( this str, TextInfo info ) : string
str this
info System.Globalization.TextInfo
Результат string

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

Converts the specified string to titlecase using the invariant culture.
public static ToTitleCaseInvariant ( this str ) : string
str this
Результат string