C# Class RegexEx.Program.TextTools

ファイルを表示 Open project: suntong/lang

Public Methods

Method Description
UpperFirst ( string s ) : string

Uppercase first letters of all words in the string.

Method Details

UpperFirst() public static method

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