ConversionUtilities
Provides name conversion utility methods.
public ConversionUtilities()
Converts all line breaks in a string into '\n' and removes white spaces.
Converts the input to a camel case identifier.
Converts the first letter to lower case and dashes to camel case.
Converts the string to a string literal which can be used in C# or TypeScript code.
Converts the first letter to upper case and dashes to camel case.
Removes the line breaks from the text.
Add tabs to the given string.
Trims white spaces from the text.