Class LanguageHelper

Namespace
CapyKit.Helpers
Assembly
CapyKit.dll

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

value string

The 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.