ToCamel converts a string (snake, spinal or Train) to CamelCase.
ToSnake converts a string (camel, spinal or Train) to snake_case.
ToSpinal converts a string (camel, snake or Train) to spinal-case.
ToTrain converts a string (camel, snake or spinal) to Train-Case.