What is PascalCase? โ Complete Guide with Examples
Published 2026-02-22 ยท convertcase.in
PascalCase (also called UpperCamelCase) is a naming convention where every word starts with a capital letter. Unlike camelCase, the very first word is also capitalised.
Try it now โ free instant conversion
No signup ยท No limits ยท Works on all devices
1Examples
MyClass, UserProfileComponent, GetUserById
2Where It's Used
Class names in Java, Python, C#, TypeScript, JavaScript. React component names (always PascalCase). C# method names and properties. Type names in TypeScript.
Frequently Asked Questions
Is PascalCase the same as title case?
No โ title case has spaces and skips minor words. PascalCase has no spaces and capitalises every word.