-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# 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位. |