Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrsauravsahu/csharp-scanner


https://github.com/mrsauravsahu/csharp-scanner

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CSharp-Scanner
This repository is for Library code for Scanner Utility that has similar functionalty as the one found in Java. The Scanner class in the java.util namespace provides helper methods to read the primitive types from a specified Source. This repository's Scanner class tries to do the same with Generics. All .NET fundamental types are supported as they only need to implement the 'IConvertible' interface.
Here, extra methods like reading all the next values which are of the specified type is also supported.