Class LanguageHelper
Helper class for handling text transformations.
public class LanguageHelper
- Inheritance
-
LanguageHelper
- Inherited Members
- Extension Methods
Methods
CamelCaseToHumanReadable(string)
Converts camel case text to human readable text.
public static string CamelCaseToHumanReadable(string value)
Parameters
valuestringThe value.
Returns
- string
A string in human readable format.
Remarks
Camel case is a naming convention for identifiers in which the first letter of each word is capitalized.