fileformat-cells / FileFormat.Cells-for-.NET

Written in native C#, FileFormat.Cells for .NET is a free, open-source SDK designed to easily create, load, and modify Microsoft Excel spreadsheets with just a few lines of code.

Home Page:https://www.fileformat.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use C# Pascal Notation in Methods

sabir-aspose opened this issue · comments

@fahadadeel Like method discussed in #6, there are a number of methods not following Pascal Notation.

https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names

Pascal notation should be followed throughout the C# library.