{"id":19626597,"url":"https://github.com/softcircuits/numbertotext","last_synced_at":"2025-04-24T00:41:14.552Z","repository":{"id":98675099,"uuid":"195709881","full_name":"SoftCircuits/NumberToText","owner":"SoftCircuits","description":"Converts a number to text. For example, converts 123.45 to \"One hundred twenty-three and 45/100\".","archived":false,"fork":false,"pushed_at":"2022-11-14T05:10:26.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-17T06:56:12.196Z","etag":null,"topics":["check-writing","number-format","number-formatter","number-to-words"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SoftCircuits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-08T00:21:41.000Z","updated_at":"2024-10-15T21:06:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a949c83-1b93-42c3-8c27-57f7a2733350","html_url":"https://github.com/SoftCircuits/NumberToText","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftCircuits%2FNumberToText","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftCircuits%2FNumberToText/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftCircuits%2FNumberToText/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftCircuits%2FNumberToText/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoftCircuits","download_url":"https://codeload.github.com/SoftCircuits/NumberToText/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540925,"owners_count":21447426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["check-writing","number-format","number-formatter","number-to-words"],"created_at":"2024-11-11T11:47:06.854Z","updated_at":"2025-04-24T00:41:14.500Z","avatar_url":"https://github.com/SoftCircuits.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NumberToText\n\n[![NuGet version (SoftCircuits.NumberToText)](https://img.shields.io/nuget/v/SoftCircuits.NumberToText.svg?style=flat-square)](https://www.nuget.org/packages/SoftCircuits.NumberToText/)\n\n```\nInstall-Package SoftCircuits.NumberToText\n```\n\n## IMPORTANT\n\n**This repository has been deprecated. Please use SoftCircuits.Wordify instead.**\n\n## Overview\n\nConverts a number to text. For example, the library would convert `123.45` to `\"One hundred twenty-three and 45/100\"`. Useful for check printing or other cases where you want to display a number as text.\n\n## Example\n\n```cs\nNumberToText converter = new NumberToText();\nstring s = converter.Transform(123.45);\n```\n\nNote that negative numbers are converted to positive numbers before transforming. Therefore, `123.45` would product the same result for as for `-123.45`. Depending on how you want negative numbers handled, you could prefix the result with `\"Minus\"` or something to that effect when the value is a negative number.\n\n## Additional Information\n\nFor additional information, check the [Converting Numbers to Words](http://www.blackbeltcoder.com/Articles/strings/converting-numbers-to-words) article on Black Belt Coder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftcircuits%2Fnumbertotext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftcircuits%2Fnumbertotext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftcircuits%2Fnumbertotext/lists"}