TextCaseConverter
Converts text (string, char) to certain case as specified with Type or the parameter of the Convert method.
The desired text case that the text should be converted to.
public TextCaseConverter()
Converts text (string, char) to certain case.
This method is not implemented and will throw a NotImplementedException.