Converts value to a specific case type.
value
String convert(String value) { return convertToStringCaseType(value, this); }