Class LanguageHelper
Helper class for handling text transformations.
Namespace: CapyKit.Helpers
Assembly: CapyKit.dll
Syntax
public class LanguageHelper
Methods
CamelCaseToHumanReadable(string)
Converts camel case text to human readable text.
Declaration
public static string CamelCaseToHumanReadable(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
Returns
| Type | Description |
|---|---|
| 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.