C# 클래스 ConsoleFizzler.StringExtensions

파일 보기 프로젝트 열기: atifaziz/Fizzler

공개 메소드들

메소드 설명
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