# Functions
No description provided by the author
Convert integer to its character representation (eg.
Convert Pascal Case string (PascalCase) to Camel Case string (camelCase).
No description provided by the author
No description provided by the author
Convert Text to camel case string with lower case in beginning ex: "Additional Item" --> "additionalItem".
No description provided by the author
No description provided by the author
Convert text to camle case string with upper case in beginning ex: "additional item" --> "AdditionalItem".
Convert any data to string.