C# Class NContrib.Culture.EnglishTextCaseTransformer

.NET port of https://launchpad.net/titlecase.py
Inheritance: ITextCaseTransformer
Afficher le fichier Open project: veracross/ncontrib

Méthodes publiques

Méthode Description
ToTitleCase ( string title, IEnumerable specials = null ) : string

Private Methods

Méthode Description
BlindTitleCase ( string input ) : string

Method Details

ToTitleCase() public méthode

public ToTitleCase ( string title, IEnumerable specials = null ) : string
title string
specials IEnumerable
Résultat string