C# Class RegexEx.Program.TextTools

Afficher le fichier Open project: suntong/lang

Méthodes publiques

Méthode Description
UpperFirst ( string s ) : string

Uppercase first letters of all words in the string.

Method Details

UpperFirst() public static méthode

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