gbiagomba / 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 Java provides helper methods to read the next primitive type 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

This repository is for Library code for Scanner Utility that has similar functionalty as the one found in Java. The Scanner class in Java provides helper methods to read the next primitive type 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.


Languages

Language:C# 100.0%