Click or drag to resize
StringHelperToFirstLower Method
对输入的字符格式化,得到首字母为小写的字符串. 例如 User -> user.

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string ToFirstLower(
	string text
)

Parameters

text
Type: SystemString
需要处理的字符串

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.ToFirstLower(System.String)"]

See Also