C# 클래스 RegexEx.Program.TextTools

파일 보기 프로젝트 열기: suntong/lang

공개 메소드들

메소드 설명
UpperFirst ( string s ) : string

Uppercase first letters of all words in the string.

메소드 상세

UpperFirst() 공개 정적인 메소드

Uppercase first letters of all words in the string.
public static UpperFirst ( string s ) : string
s string
리턴 string