Skip to content

Ace-Who/Arabic-num-to-Chinese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Arabic-num-to-Chinese

Convert Arabic represents of numbers to Chinese ones, for example, from 1024 to 一千零二十四

Usage

Fisrt, dot-source this script in a PowerShell:

$ . Path\to\Arabic-num-to-Chinese.ps1

Then use function Sinicize-Numbers to convert an Arabic number to a Chinese one:

$ Sinicize-Numbers -EchoInpuont 1003045, 2403, 529202941
1003045
一百万三千零四十五
2403
二千四百零三
529202941
五亿二千九百二十万二千九百四十一

About

Convert Arabic numbers to their Chinese represents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published