RMBHelper Class | Helper帮助文档 |
人民币帮助类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class RMBHelper
Public Class RMBHelper
public ref class RMBHelper
type RMBHelper = class end
The RMBHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RMBHelper | Initializes a new instance of the RMBHelper class |
Methods
Name | Description | |
---|---|---|
CmycurD(Decimal) |
转换人民币大小金额
| |
CmycurD(String) |
一个重载,将字符串先转换成数字在调用CmycurD(decimal num)
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also