StringUtilities.ToCamelCase - метод Смотри также Terrasoft.Common - пространство имен > StringUtilities - класс : ToCamelCase - метод C#
- source
- String.
- cultureInfo
Glossary Item Box
[Extension()] public static string ToCamelCase( string source, CultureInfo cultureInfo )
Параметры
- source
- String.
- cultureInfo
Тип возвращаемого значения
Equivalent of this instance converted according to the UpperCamelCase style.Extensible method for the System.String class.
The method converts the first character to uppercase.