StringHelperToFirstUpper Method |
对输入的字符串格式化,得到首字母为大写的字符床. e.g. user -> User.
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string ToFirstUpper(
string text
)
public:
static String^ ToFirstUpper(
String^ text
)
Parameters
- text
- Type: SystemString
需要处理的字符串
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.ToFirstUpper(System.String)"]
See Also