C# Class NContrib.Culture.EnglishTextCaseTransformer

.NET port of https://launchpad.net/titlecase.py
Inheritance: ITextCaseTransformer
显示文件 Open project: veracross/ncontrib

Public Methods

Method Description
ToTitleCase ( string title, IEnumerable specials = null ) : string

Private Methods

Method Description
BlindTitleCase ( string input ) : string

Method Details

ToTitleCase() public method

public ToTitleCase ( string title, IEnumerable specials = null ) : string
title string
specials IEnumerable
return string