Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1001 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 1001 Bytes

About Csharp-Parse-Benchmark

Benchmark between Parse, TryParse and Convert from String to Int.

Usage

Result

About C#

Logo

C# is a general-purpose, multi-paradigm programming language. C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component-oriented programming disciplines.

Author's Notes

Conclusion: TryParse is faster.

License

Csharp-Parse-Benchmark is licensed under MIT