C# Class Unicoen.Apps.RefactoringDSL.Util.StringUtil

文字列操作に関するユーティリティメソッド群
Datei anzeigen Open project: UnicoenProject/RefactoringDSL

Public Methods

Method Description
UpperFirstChar ( string str ) : string

文字列の先頭の文字だけ大文字に変換します

Method Details

UpperFirstChar() public static method

文字列の先頭の文字だけ大文字に変換します
public static UpperFirstChar ( string str ) : string
str string 対象文字列
return string