Humanizer.StringHumanizeExtensions
StringHumanizeExtensions Class
Contains extension methods for humanizing string values.
public static class StringHumanizeExtensions
Inheritance System.Object → StringHumanizeExtensions
Methods
StringHumanizeExtensions.Humanize(this string) Method
Humanizes the input string; e.g. Underscored_input_String_is_turned_INTO_sentence -> 'Underscored input String is turned INTO sentence'
public static string Humanize(this string input);
Parameters
input System.String
The string to be humanized
Returns
StringHumanizeExtensions.Humanize(this string, LetterCasing) Method
Humanized the input string based on the provided casing
public static string Humanize(this string input, Humanizer.LetterCasing casing);
Parameters
input System.String
The string to be humanized
casing LetterCasing
The desired casing for the output