Skip to content

IntToCN help you transform int to chinese characters,including simple and complex(simple for daily life,complex for finance usage)

Notifications You must be signed in to change notification settings

lumialxk/IntToCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

IntToCN

IntToCN help you transform int to chinese characters,including simple and complex(simple for daily life,complex for finance usage)

1 class funtion available class func intToCN(int: Int?, complex: Bool) -> String you can also use this in Objective-C(import "bundleName-Swift" needed)

中国用户: 只用调用class func intToCN(int: Int?, complex: Bool) -> String,即可将数字转为中文数字(包括大写的),complex为false时返回的是大写 数字,最多13位.

About

IntToCN help you transform int to chinese characters,including simple and complex(simple for daily life,complex for finance usage)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages