StringHelperToFirstLower Method |
对输入的字符格式化,得到首字母为小写的字符串. 例如 User -> user.
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string ToFirstLower(
string text
)
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