Rupesh Kahane

Rupesh Kahane

  • 95
  • 19.1k
  • 4.1m

When to use camel case and pascal case C# ?

Dec 11 2017 4:57 AM
Let me know when to use camel case and pascal case C# ?
 
I know the diffrence like
With PascalCase, the first letter of every word in the identifier is upper case.
With camelCase, the first letter of the first word in the identifier is lower case, while the first letter of every subsequent word is uppercase
 

Answers (3)