C# 클래스 ServiceStackToolkit.Automation.TextFormatting

파일 보기 프로젝트 열기: jezzsantos/servicestacktoolkit

공개 메소드들

메소드 설명
Pluralize ( string word ) : string

Returns the plural form of the specified word

Singluarize ( string word ) : string

Returns the singluar form of the specified word

TitleCase ( string word ) : string

Returns the word in title case.

메소드 상세

Pluralize() 공개 정적인 메소드

Returns the plural form of the specified word
public static Pluralize ( string word ) : string
word string
리턴 string

Singluarize() 공개 정적인 메소드

Returns the singluar form of the specified word
public static Singluarize ( string word ) : string
word string
리턴 string

TitleCase() 공개 정적인 메소드

Returns the word in title case.
public static TitleCase ( string word ) : string
word string
리턴 string