Git Product home page Git Product logo

samyeak / numericwordsconversion Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 7.0 105 KB

Numeric Words Conversion is a C# library for converting numeric into words. The goal is to create a simple customizable library which can easily be used to convert any numbers or currencies to words.

Home Page: https://samyeak.github.io/NumericWordsConversion/

License: GNU General Public License v3.0

C# 100.00%
currency-to-words currency-words-conversion hindi-words nepali-words number-in-words number-to-text number-to-unicode number-to-words numbertowords numeric-words-conversion unicode

numericwordsconversion's Introduction

Hi ๐Ÿ‘‹! Samyeak heartly welcomes you to his laboratory.

Too Long. Didn't Write

Raw materials used in my experiments

Frontend

javascript logo typescript logo react logo html5 logo css3 logo angularjs logo bootstrap logo knockout logo jquery logo materialui logo eslint logo

Backend

python logo csharp logo dot-net logo dotnetcore logo nodejs logo socketio logo RabbitMQ logo

Design

photoshop logo illustrator logo storybook logo xd logo

Mobile

flutter logo dart logo

Database

mongodb logo redis logo microsoftsqlserver logo

Equipments

visualstudio logo vscode logo git logo jira logo docker logo tortoisegit logo github logo gitlab logo putty logo yarn logo


numericwordsconversion's People

Contributors

fossabot avatar samyeak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

numericwordsconversion's Issues

NumericWordsConverter Bug

Hey Samyeak

Something i noticed when trying this code was the ToWords method has a missing CultureInfo.InvariantCulture. On line 54 where the fractionalDigitsString is built up you seem to do a Decimal.Parse. That parse is missing it, i can see you do it on the ToString within the Parse, and to the Tostring outside of the parse. but not within the decimal.parse section.This then inturn causes the exception "Input string was not in a correct format.". If this possibly can be added please.
image

Regards James

Revamp: Separate Conversion of Number Type and Currency Type

Feature: Separate Conversion for Numbers and Currencies

  • Completely rewrite the main class and separate data and logic.
  • Add different classes for Number and Currency Conversion each.
  • Add Options Class to define user options for number and currency each.
  • Rewrite the whole namespaces.
  • Add Provision for application level configuration.

Add Support for Hindi Number System

Add support for Hindi Number System

  • Add related resources required for the above specified culture.
  • Make all the resources static and move to an internal static class.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.