Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsauravsahu/csharp-scanner
https://github.com/mrsauravsahu/csharp-scanner
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrsauravsahu/csharp-scanner
- Owner: mrsauravsahu
- Created: 2016-04-03T17:58:59.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T15:13:22.000Z (over 2 years ago)
- Last Synced: 2024-10-14T08:34:14.979Z (3 months ago)
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.